We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c990cc commit 3aeceb6Copy full SHA for 3aeceb6
.flake8
@@ -1,5 +1,10 @@
1
[flake8]
2
ignore =
3
+ # The following ignores can be removed when formatting using black
4
+ W191,W291,W292,W293,W391,W504
5
+ E101,E111,E114,E116,E117,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,
6
+ E201,E202,E221,E222,E225,E226,E231,E241,E251,E252,E261,E265,E271,E272,E275,
7
+ E301,E302,E303,E305,E306,
8
# line break before binary operator
9
W503,
10
# inline comment should start with '# '
0 commit comments