Skip to content

Commit d49db37

Browse files
authored
Merge pull request #2317 from codalab/flake8
Ignore flake8 rule W503
2 parents dcb58c2 + a37c74f commit d49db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
ignore = E501,F405,W504,F541
2+
ignore = E501,F405,W504,F541,W503
33

44
# Flake plugins:
55
inline-quotes = single

0 commit comments

Comments
 (0)