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 11
11
additional_dependencies : [black==24.*]
12
12
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : " v0.8.6 "
14
+ rev : " v0.9.4 "
15
15
hooks :
16
16
- id : ruff
17
17
args : ["--fix", "--show-fixes"]
60
60
- types-PyYAML
61
61
62
62
- repo : https://github.com/codespell-project/codespell
63
- rev : v2.3.0
63
+ rev : v2.4.1
64
64
hooks :
65
65
- id : codespell
66
66
args : ["-Lhist,absense", "-w"]
@@ -79,12 +79,12 @@ repos:
79
79
exclude : .pre-commit-config.yaml
80
80
81
81
- repo : https://github.com/henryiii/validate-pyproject-schema-store
82
- rev : 2025.01.20
82
+ rev : 2025.02.03
83
83
hooks :
84
84
- id : validate-pyproject
85
85
86
86
- repo : https://github.com/python-jsonschema/check-jsonschema
87
- rev : 0.30.0
87
+ rev : 0.31.1
88
88
hooks :
89
89
- id : check-dependabot
90
90
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments