We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2ce9a commit f2a2610Copy full SHA for f2a2610
1 file changed
tox.ini
@@ -36,16 +36,16 @@ dependency_groups =
36
37
[testenv:fix]
38
description = run static analysis and style checks
39
-base_python = python3.9
+base_python = python3.10
40
skip_install = true
41
deps =
42
- pre-commit>=2
+ prek
43
pass_env =
44
HOMEPATH
45
PROGRAMDATA
46
commands =
47
- pre-commit run --all-files --show-diff-on-failure
48
- python -c 'print("hint: run {envdir}/bin/pre-commit install to add checks as pre-commit hook")'
+ prek run --all-files --show-diff-on-failure
+ python -c 'print("hint: run {envdir}/bin/prek install to add checks as pre-commit hook")'
49
50
[testenv:type]
51
description = run type check on code base
0 commit comments