File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ exclude: ^.cruft.json|.copier-answers.yml$
7
7
8
8
repos :
9
9
- repo : https://github.com/adamchainz/blacken-docs
10
- rev : " 1.18 .0"
10
+ rev : " 1.19 .0"
11
11
hooks :
12
12
- id : blacken-docs
13
13
additional_dependencies : [black==24.*]
14
14
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : " v4.6 .0"
16
+ rev : " v5.0 .0"
17
17
hooks :
18
18
- id : check-added-large-files
19
19
- id : check-case-conflict
43
43
args : [--prose-wrap=always]
44
44
45
45
- repo : https://github.com/astral-sh/ruff-pre-commit
46
- rev : " v0.6.4 "
46
+ rev : " v0.6.9 "
47
47
hooks :
48
48
- id : ruff
49
49
args : ["--fix", "--show-fixes"]
@@ -77,13 +77,13 @@ repos:
77
77
exclude : .pre-commit-config.yaml
78
78
79
79
- repo : https://github.com/abravalheri/validate-pyproject
80
- rev : " v0.19 "
80
+ rev : " v0.20.2 "
81
81
hooks :
82
82
- id : validate-pyproject
83
83
additional_dependencies : ["validate-pyproject-schema-store[all]"]
84
84
85
85
- repo : https://github.com/python-jsonschema/check-jsonschema
86
- rev : " 0.29.2 "
86
+ rev : " 0.29.3 "
87
87
hooks :
88
88
- id : check-dependabot
89
89
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments