We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4678efb commit e3265a5Copy full SHA for e3265a5
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[flake8]
2
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
+ignore = E123,E128,E265,E266,E402,E501,E731,W503,W504,W601
4
max-line-length = 119
5
6
[isort]
0 commit comments