Enable bad-docstring-quotes pylint rule for core (#84100)

* Enable bad-docstring-quotes pylint rule for core

* Ignore previously bulk update in git blame
pull/83662/merge
Matt Clay 1 month ago committed by GitHub
parent a0495fc314
commit 56bab1d097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,3 +2,5 @@
# Bulk PowerShell sanity fixes
6def4a3180fe03981ba64c6d8db28fed3bb39c0c
716631189cb5a3f66b3add98f39e64e98bc17bf7
# Bulk update of strings from triple single quotes to triple double quotes
a0495fc31497798a7a833ba7406a9729e1528dd8

@ -2,7 +2,11 @@
max-line-length=160
load-plugins=
pylint.extensions.docstyle,
disable=
docstring-first-line-empty,
import-outside-toplevel, # common pattern in ansible related code
abstract-method,
access-member-before-definition,

Loading…
Cancel
Save