8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cf382 commit 2abe00dCopy full SHA for 2abe00d
lint.sh
@@ -1,3 +1,3 @@
1
-# Run under Python 2.7 and 3.7
2
-flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics
3
-flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+# TODO: Run under Python 2.7 and 3.7
+flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics || true
+flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics || true
0 commit comments