Skip to content

Commit 64b762e

Browse files
authored
Merge pull request #361 from blueyed/fix-flake8
Fix flake8 config
2 parents e1e04e1 + a0687c7 commit 64b762e

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)