Skip to content

Commit 3aeceb6

Browse files
chore: list all ignored flake8 rules explicit
1 parent 0c990cc commit 3aeceb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.flake8

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[flake8]
22
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,
38
# line break before binary operator
49
W503,
510
# inline comment should start with '# '

0 commit comments

Comments
 (0)