Add ignores necessary for ansible-core 2.20 if Python 2.7 is still supported by the collection. (#395)
Some checks are pending
Collection Docs / Build Ansible Docs (push) Waiting to run
Collection Docs / Publish Ansible Docs (push) Blocked by required conditions
nox / Run extra sanity tests (push) Waiting to run
nox / ansible-test (push) Waiting to run

This commit is contained in:
Felix Fontein 2025-08-28 21:37:09 +02:00 committed by GitHub
parent f6aeae1abd
commit 8a2bb5e746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,4 @@
plugins/modules/api_facts.py pylint:ansible-bad-import-from
plugins/modules/command.py pylint:ansible-bad-import-from
plugins/modules/facts.py pylint:ansible-bad-import-from
tests/update-docs.py shebang tests/update-docs.py shebang