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 9cf6393 commit 0b9207eCopy full SHA for 0b9207e
contrib/devtools/lint-python.sh
@@ -7,4 +7,5 @@
7
# Check for specified flake8 warnings in python files.
8
9
# F401: module imported but unused
10
-flake8 --ignore=B,C,E,F,I,N,W --select=F401 .
+# F812 list comprehension redefines 'foo' from line N
11
+flake8 --ignore=B,C,E,F,I,N,W --select=F401,F812 .
0 commit comments