Skip to content

Commit ea027f2

Browse files
committed
Ignore W503, for pycodestyle (#1)
1 parent 773bfd5 commit ea027f2

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)