Skip to content

Commit fd02e44

Browse files
committed
Add ignore W503 to flake8 config
1 parent 260b78d commit fd02e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
2-
ignore = E731,W504,E501
2+
ignore = E731,W503,W504,E501
33
max-complexity = 50
44
max-line-length = 200

0 commit comments

Comments
 (0)