From 8a2bb5e746c5349d51782d52c622719de6ab0fe9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 28 Aug 2025 21:37:09 +0200 Subject: [PATCH] Add ignores necessary for ansible-core 2.20 if Python 2.7 is still supported by the collection. (#395) --- tests/sanity/ignore-2.20.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sanity/ignore-2.20.txt b/tests/sanity/ignore-2.20.txt index 65e5bca..7df6b92 100644 --- a/tests/sanity/ignore-2.20.txt +++ b/tests/sanity/ignore-2.20.txt @@ -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