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 217985b commit b660a02Copy full SHA for b660a02
.checks.yml
@@ -0,0 +1,3 @@
1
+- bandit
2
+- flake8
3
+- pydocstyle
setup.cfg
@@ -28,7 +28,7 @@ norecursedirs=venv env .eggs
28
DJANGO_SETTINGS_MODULE=tests.settings
29
addopts = --tb=short -rxs --nomigrations
30
31
-[pycodestyle]
+[flake8]
32
max-line-length = 79
33
statistics = true
34
show-source = true
0 commit comments