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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.flake8

Lines changed: 1 addition & 1 deletion
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)