mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-11 01:54:10 +08:00
13 lines
280 B
INI
13 lines
280 B
INI
|
[tox]
|
||
|
envlist = py39,py310,py311,pre-commit
|
||
|
skip_missing_interpreters = true
|
||
|
[testenv]
|
||
|
deps = -r{toxinidir}/requirements.txt
|
||
|
commands =
|
||
|
pre-commit install
|
||
|
|
||
|
[testenv:pre-commit]
|
||
|
skip_install = true
|
||
|
deps = pre-commit
|
||
|
commands = pre-commit run --all-files --show-diff-on-failure
|