Skip to content

Commit e3265a5

Browse files
authored
[flake8] Allow W504 (line break after logical operator)
1 parent 4678efb commit e3265a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
exclude = build,dist,docs,.git,.tox,./two_factor/migrations/*.py,./two_factor/views/__init__.py
3-
ignore = E123,E128,E265,E266,E402,E501,E731,W503,W601
3+
ignore = E123,E128,E265,E266,E402,E501,E731,W503,W504,W601
44
max-line-length = 119
55

66
[isort]

0 commit comments

Comments
 (0)