Ignore pylint warnings for construct that does not work with Python 2 (#268)

* 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 commit 407b2ef93a.

* Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
This commit is contained in:
Felix Fontein 2024-03-23 12:28:34 +01:00 committed by GitHub
parent 3d737d679d
commit d8ae2f41d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,2 @@
update-docs.py shebang update-docs.py shebang
tests/unit/compat/mock.py pylint:use-yield-from # suggested construct does not work with Python 2