Skip to content

Commit 5a5a5b0

Browse files
committed
dev: flake8 now gets mad at comments
1 parent 89cc00d commit 5a5a5b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ universal = 1
6868
exclude = docs
6969
max-line-length = 90
7070
ignore =
71-
E501 # line too long
72-
W503 # line before binary operator
71+
# line too long
72+
E501
73+
# line before binary operator
74+
W503

0 commit comments

Comments
 (0)