Skip to content

Commit ae712fe

Browse files
committed
Ignore W503, for pycodestyle (#1)
1 parent 2135e48 commit ae712fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
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)