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 @@ -6,13 +6,13 @@ exclude: ^.cruft.json|.copier-answers.yml$
6
6
7
7
repos :
8
8
- repo : https://github.com/adamchainz/blacken-docs
9
- rev : " 1.18 .0"
9
+ rev : " 1.19 .0"
10
10
hooks :
11
11
- id : blacken-docs
12
12
additional_dependencies : [black==24.*]
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : " v4.6 .0"
15
+ rev : " v5.0 .0"
16
16
hooks :
17
17
- id : check-added-large-files
18
18
- id : check-case-conflict
42
42
args : [--prose-wrap=always]
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.6.7 "
45
+ rev : " v0.6.9 "
46
46
hooks :
47
47
- id : ruff
48
48
args : ["--fix", "--show-fixes"]
@@ -71,13 +71,13 @@ repos:
71
71
exclude : .pre-commit-config.yaml
72
72
73
73
- repo : https://github.com/abravalheri/validate-pyproject
74
- rev : " v0.19 "
74
+ rev : " v0.20.2 "
75
75
hooks :
76
76
- id : validate-pyproject
77
77
additional_dependencies : ["validate-pyproject-schema-store[all]"]
78
78
79
79
- repo : https://github.com/python-jsonschema/check-jsonschema
80
- rev : " 0.29.2 "
80
+ rev : " 0.29.3 "
81
81
hooks :
82
82
- id : check-dependabot
83
83
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments