scrutiny/tox.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
318 B
INI
Raw Normal View History

2022-04-29 08:13:28 +02:00
[tox]
envlist = codestyle-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/scrutiny/{env:BRANCH_NAME:}
[testenv]
deps =
codestyle: pre-commit
pylint: pylint<3
pylint: astroid<3
2022-04-29 08:13:28 +02:00
pylint: pylint-django
commands =
codestyle: pre-commit run --all-files --show-diff-on-failure
pylint: ./pylint.sh scrutiny/