Skip to content

Commit 2626876

Browse files
authored
Merge branch 'master' into byte_string_fix
2 parents b2cc339 + e3265a5 commit 2626876

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,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)