File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
exclude : " CHANGELOG.md|.copier-answers.yml|.all-contributorsrc|project"
4
- default_stages : [pre- commit]
4
+ default_stages : [commit]
5
5
6
6
ci :
7
7
autofix_commit_msg : " chore(pre-commit.ci): auto fixes"
8
8
autoupdate_commit_msg : " chore(pre-commit.ci): pre-commit autoupdate"
9
9
10
10
repos :
11
11
- repo : https://github.com/commitizen-tools/commitizen
12
- rev : v4.6.0
12
+ rev : v4.8.2
13
13
hooks :
14
14
- id : commitizen
15
15
stages : [commit-msg]
@@ -28,30 +28,30 @@ repos:
28
28
- id : end-of-file-fixer
29
29
- id : trailing-whitespace
30
30
- repo : https://github.com/tox-dev/pyproject-fmt
31
- rev : " v2.5.1 "
31
+ rev : " v2.6.0 "
32
32
hooks :
33
33
- id : pyproject-fmt
34
+ files : pyproject\.toml
34
35
- repo : https://github.com/astral-sh/uv-pre-commit
35
- rev : 0.6.14
36
+ rev : 0.7.10
36
37
hooks :
37
38
- id : uv-lock
38
39
- repo : https://github.com/pre-commit/mirrors-prettier
39
- rev : v3.1.0
40
+ rev : v4.0.0-alpha.8
40
41
hooks :
41
42
- id : prettier
42
43
args : ["--tab-width", "2"]
43
44
- repo : https://github.com/astral-sh/ruff-pre-commit
44
- rev : v0.11.5
45
+ rev : v0.11.12
45
46
hooks :
46
- - id : ruff
47
- args : [--fix, --exit-non-zero-on-fix]
48
47
- id : ruff-format
48
+ args : [--fix, --exit-non-zero-on-fix]
49
49
- repo : https://github.com/codespell-project/codespell
50
50
rev : v2.4.1
51
51
hooks :
52
52
- id : codespell
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.15 .0
54
+ rev : v1.16 .0
55
55
hooks :
56
56
- id : mypy
57
57
additional_dependencies : []
You can’t perform that action at this time.
0 commit comments