File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
6
6
7
7
repos :
8
8
- repo : https://github.com/adamchainz/blacken-docs
9
- rev : " 1.19.0 "
9
+ rev : " 1.19.1 "
10
10
hooks :
11
11
- id : blacken-docs
12
12
additional_dependencies : [black==24.*]
@@ -42,14 +42,14 @@ repos:
42
42
args : [--prose-wrap=always]
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.6.9 "
45
+ rev : " v0.7.1 "
46
46
hooks :
47
47
- id : ruff
48
48
args : ["--fix", "--show-fixes"]
49
49
- id : ruff-format
50
50
51
51
- repo : https://github.com/pre-commit/mirrors-mypy
52
- rev : " v1.11.2 "
52
+ rev : " v1.13.0 "
53
53
hooks :
54
54
- id : mypy
55
55
files : src|tests
71
71
exclude : .pre-commit-config.yaml
72
72
73
73
- repo : https://github.com/abravalheri/validate-pyproject
74
- rev : " v0.20.2 "
74
+ rev : " v0.22 "
75
75
hooks :
76
76
- id : validate-pyproject
77
77
additional_dependencies : ["validate-pyproject-schema-store[all]"]
You can’t perform that action at this time.
0 commit comments