summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt')
-rw-r--r--test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt b/test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt
index 659c7f59..4d1de692 100644
--- a/test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt
+++ b/test/lib/ansible_test/_util/controller/sanity/pep8/current-ignore.txt
@@ -2,3 +2,8 @@ E402
W503
W504
E741
+
+# The E203 rule is not PEP 8 compliant.
+# Unfortunately this means it also conflicts with the output from `black`.
+# See: https://github.com/PyCQA/pycodestyle/issues/373
+E203