mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-10 08:20:49 +08:00
12 lines
280 B
INI
Executable file
12 lines
280 B
INI
Executable file
[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
|