Skip to content

Commit ae712fe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)