Skip to content

Commit 8f2c787

Browse files
committed
Ignore W503, for pycodestyle
1 parent 190d697 commit 8f2c787

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,4 +1,4 @@
11
[pycodestyle]
22
statistics=True
3-
ignore=E402,E501
3+
ignore=E402,E501,W503
44
max-line-length=120

0 commit comments

Comments
 (0)