Skip to content

Commit ea027f2

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

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)
Please sign in to comment.