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 84e8b7a commit 6aa323aCopy full SHA for 6aa323a
setup.cfg
@@ -75,7 +75,7 @@ src_paths=isort,test
75
[flake8]
76
max-line-length = 89
77
exclude = *migrations*, dist, .venv
78
-ignore = F403, F401
+ignore = F403, F401, W503
79
max-complexity = 18
80
select = B,C,E,F,W,T4,B9
81
0 commit comments