Merge "Cleanup pylintrc adjustments for six"

This commit is contained in:
Zuul 2024-04-19 17:17:45 +00:00 committed by Gerrit Code Review
commit e6ee5dc0cb

View File

@ -30,9 +30,3 @@ max-args=6
[Variables]
dummy-variables-rgx=_
[Typecheck]
# Disable warnings on the HTTPSConnection classes because pylint doesn't
# support importing from six.moves yet, see:
# https://bitbucket.org/logilab/pylint/issue/550/
ignored-classes=HTTPSConnection