Skip to content

Commit f2a2610

Browse files
authored
chore: fix fix job (#997)
1 parent 3c2ce9a commit f2a2610

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ dependency_groups =
3636

3737
[testenv:fix]
3838
description = run static analysis and style checks
39-
base_python = python3.9
39+
base_python = python3.10
4040
skip_install = true
4141
deps =
42-
pre-commit>=2
42+
prek
4343
pass_env =
4444
HOMEPATH
4545
PROGRAMDATA
4646
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")'
47+
prek run --all-files --show-diff-on-failure
48+
python -c 'print("hint: run {envdir}/bin/prek install to add checks as pre-commit hook")'
4949

5050
[testenv:type]
5151
description = run type check on code base

0 commit comments

Comments
 (0)