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 a2fc827 commit 8e9c303Copy full SHA for 8e9c303
setup.cfg
@@ -10,7 +10,7 @@ max_line_length = 120
10
[flake8]
11
exclude = build,.git,docs,migrations,.tox,venv
12
# ignore = E123,E128,E402,E501,W503,E731,W601
13
-ignore = W1401
+ignore = W504, W605
14
max-line-length = 120
15
statistics = true
16
count = true
0 commit comments