diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -70,13 +70,12 @@ deps = commands = doc8 docs/source/ -[testenv:mypy] +[testenv:pre-commit] basepython = python3 skip_install = true -deps = - mypy +deps = pre-commit commands = - mypy src + pre-commit run --all-files --show-diff-on-failure [testenv:bandit] basepython = python3 |
