Skip to content

Commit 5b8d967

Browse files
flake8: ignore outdated rule
W503 is an outdated warning which contradicts modern W504 [1]. 1. https://www.flake8rules.com/rules/W503.html Part of #270
1 parent 2c31fe1 commit 5b8d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[flake8]
22
# Use pylint for lines length check
3-
ignore=E501
3+
ignore=E501,W503

0 commit comments

Comments
 (0)