Skip to content

Commit f058eb8

Browse files
committed
Ignore W504 (Line break occurred after a binary operator) in flake8
1 parent c44e609 commit f058eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ return-status-codes = False
117117
pre-commit-hook = True
118118
directory =
119119
${buildout:directory}/src/Products.PloneMeeting/src
120-
flake8-ignore = E123,E124,E501,E126,E127,E128,W391,C901
120+
flake8-ignore = E123,E124,E501,E126,E127,E128,W391,C901,W504
121121
flake8-extensions =
122122
flake8-isort
123123

0 commit comments

Comments
 (0)