ansible/changelogs/fragments/ansible-test-pylint-upgrade.yml
Matt Clay 8a175f59c9
Upgrade pylint used by ansible-test. (#70155)
* Upgrade pylint and deps in ansible-test.
* Enable pylint on Python 3.9.
* Update pylint config.
* Add ignore for vendored six.
* Add ignores for support plugins.
* Fix issue reported by pylint.
2021-02-10 15:52:41 -08:00

5 lines
348 B
YAML

minor_changes:
- ansible-test - Update ``pylint`` and its dependencies to the latest available versions to support Python 3.9.
known_issues:
- ansible-test - The ``pylint`` sanity test no longer correctly detects "bad" variable names for non-constants.
See https://github.com/PyCQA/pylint/issues/3701 for additional details.