Skip to content

Commit a0687c7

Browse files
committed
Fix flake8 config
Ignore W504 (using W503): > W504 line break after binary operator
1 parent e1e04e1 commit a0687c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
ignore = D211,E731,D401
2+
ignore = D211,E731,D401,W504
33

44
[tool:pytest]
55
testpaths = test

0 commit comments

Comments
 (0)