Enable check suite (#508)

This commit is contained in:
Johannes Hoppe 2018-08-27 14:14:19 +02:00 committed by GitHub
parent e4efaab6f1
commit d34cd2e5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

3
.checks.yml Normal file
View file

@ -0,0 +1,3 @@
- flake8
- pydocstyle
- bandit

View file

@ -1,10 +1,6 @@
coverage
django-appconf
flake8
pep8-naming
mccabe
isort
pydocstyle
pytest
pytest-django
selenium

View file

@ -22,8 +22,6 @@ deps=
-rrequirements-dev.txt
commands=
isort --check-only --recursive --diff {posargs}
flake8 --jobs=2 {posargs}
pydocstyle --verbose --explain --source --count {posargs}
[testenv:docs]
deps=