mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-30 15:23:10 +00:00
Ignore pylint warnings for construct that does not work with Python 2 (#8130) * Ignore pylint warnings for construct that does not work with Python 2. * Revert "Ignore pylint warnings for construct that does not work with Python 2." This reverts commit51d559cc94. * Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail. (cherry picked from commitfb67df3051) Co-authored-by: Felix Fontein <felix@fontein.de>