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
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.5 .0
14
+ rev : v4.6 .0
15
15
hooks :
16
16
- id : check-added-large-files # prevents giant files from being commit
17
17
- id : check-ast # Check whether files parse as valid python.
@@ -36,15 +36,15 @@ repos:
36
36
hooks :
37
37
- id : remove-crlf
38
38
- repo : https://github.com/psf/black
39
- rev : 24.2 .0
39
+ rev : 24.4 .0
40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/astral-sh/ruff-pre-commit
43
- rev : v0.3.2
43
+ rev : v0.3.7
44
44
hooks :
45
45
- id : ruff
46
46
- repo : https://github.com/python-jsonschema/check-jsonschema
47
- rev : 0.28.0
47
+ rev : 0.28.2
48
48
hooks :
49
49
- id : check-github-workflows
50
50
- repo : https://github.com/pocc/pre-commit-hooks
You can’t perform that action at this time.
0 commit comments