Skip to content

Commit

Permalink
Flake8: ignore W504 line break after binary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 22, 2019
1 parent 1a742b3 commit 3194014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -4,4 +4,4 @@ description-file = README.md
[flake8]
max-line-length = 120
exclude=management,scripts,docs,static
ignore=E121,E122,E124,E126,E226
ignore=E121,E122,E124,E126,E226,W504

0 comments on commit 3194014

Please sign in to comment.