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 @@ -7,7 +7,7 @@ default_stages: [pre-commit, pre-push]
7
7
repos :
8
8
# https://github.com/pre-commit/pre-commit-hooks#pre-commit-hooks
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.6 .0
10
+ rev : v5.0 .0
11
11
hooks :
12
12
- id : check-added-large-files
13
13
name : Check added large files
@@ -23,20 +23,20 @@ repos:
23
23
- id : trailing-whitespace
24
24
name : Trailing whitespace
25
25
- repo : https://github.com/python-jsonschema/check-jsonschema
26
- rev : 0.28.4
26
+ rev : 0.31.2
27
27
hooks :
28
28
- id : check-github-actions
29
29
name : Validate GitHub Actions
30
30
args : ["--verbose"]
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : v2.3.0
32
+ rev : v2.4.1
33
33
hooks :
34
34
- id : codespell
35
35
name : Codespell Spell Checker
36
36
additional_dependencies :
37
37
- tomli
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.4 .7
39
+ rev : v0.9 .7
40
40
hooks :
41
41
- id : ruff
42
42
name : Ruff Linter
You can’t perform that action at this time.
0 commit comments