Skip to content

Commit

Permalink
[flake8] Allow W504 (line break after logical operator)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke authored Nov 2, 2018
1 parent 4678efb commit e3265a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
exclude = build,dist,docs,.git,.tox,./two_factor/migrations/*.py,./two_factor/views/__init__.py
ignore = E123,E128,E265,E266,E402,E501,E731,W503,W601
ignore = E123,E128,E265,E266,E402,E501,E731,W503,W504,W601
max-line-length = 119

[isort]
Expand Down

0 comments on commit e3265a5

Please sign in to comment.