mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Enable check suite (#508)
This commit is contained in:
parent
e4efaab6f1
commit
d34cd2e5de
3 changed files with 3 additions and 6 deletions
3
.checks.yml
Normal file
3
.checks.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
- flake8
|
||||
- pydocstyle
|
||||
- bandit
|
||||
|
|
@ -1,10 +1,6 @@
|
|||
coverage
|
||||
django-appconf
|
||||
flake8
|
||||
pep8-naming
|
||||
mccabe
|
||||
isort
|
||||
pydocstyle
|
||||
pytest
|
||||
pytest-django
|
||||
selenium
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue