Skip to content

Commit b660a02

Browse files
authored
Enable checks (#200)
1 parent 217985b commit b660a02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- bandit
2+
- flake8
3+
- pydocstyle

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ norecursedirs=venv env .eggs
2828
DJANGO_SETTINGS_MODULE=tests.settings
2929
addopts = --tb=short -rxs --nomigrations
3030

31-
[pycodestyle]
31+
[flake8]
3232
max-line-length = 79
3333
statistics = true
3434
show-source = true

0 commit comments

Comments
 (0)