Skip to content

Commit 587a596

Browse files
committed
Update flake8 setting
1 parent 3299afd commit 587a596

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[flake8]
2-
ignore = E226,E301,E701
2+
ignore = E203,E501,W503,E722
33
exclude = tests,build
4-
max-line-length = 119
54

65
[bdist_wheel]
76
universal = 1

0 commit comments

Comments
 (0)