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 e7214f3 commit 42f015eCopy full SHA for 42f015e
2 files changed
scripts/.flake8
@@ -1,5 +1,6 @@
1
[flake8]
2
ignore =
3
+ E203, # white space before ':'
4
E265, # block comment should start with '# '
5
E266, # too many leading '#' for block comment
6
E402, # module level import not at top of file
0 commit comments