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 178ae16 commit f304db8Copy full SHA for f304db8
scripts/run-flake8
@@ -58,6 +58,7 @@ IGNORE_LIST="$IGNORE_LIST,E261" # at least two spaces before inline comment
58
IGNORE_LIST="$IGNORE_LIST,E265" # block comment should start with '# '
59
IGNORE_LIST="$IGNORE_LIST,E266" # too many leading '#' for block comment
60
IGNORE_LIST="$IGNORE_LIST,E272" # multiple spaces before keyword
61
+IGNORE_LIST="$IGNORE_LIST,E275" # missing whitespace after keyword
62
IGNORE_LIST="$IGNORE_LIST,E301" # expected 1 blank line, found 0
63
IGNORE_LIST="$IGNORE_LIST,E302" # expected 2 blank lines, found 1
64
IGNORE_LIST="$IGNORE_LIST,E303" # too many blank lines
0 commit comments