Update Robot Framework format - step 12
[integration/test.git] / .flake8
diff --git a/.flake8 b/.flake8
index 5dca78bc9beae9529d42f634285f5fc47bfba039..5071590ef2fec22a90bece36e3effddaf9165524 100644 (file)
--- a/.flake8
+++ b/.flake8
@@ -11,8 +11,9 @@ max-line-length = 120
 #   that (select E133 instead of E123) but that should be caught by the
 #   verify job.
 select = E,W
-ignore = E722,W503 # as of aprox 10/25 some update/change has caused existing code to fail on E722
+
+# E203,E501,W503 are disabled as recommended by python-black.
+ignore = E203,E501,W503
 exclude =
     .git,
-    .tox,
-    docs/conf.py
+    .tox