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 @@ -2,7 +2,7 @@ files: "atomdb/"
2
2
exclude : " examples/"
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files # prevents giant files from being commit
8
8
- id : check-ast # Check whether files parse as valid python.
@@ -23,18 +23,18 @@ repos:
23
23
args : ["--autofix", "--no-sort-keys"]
24
24
- id : trailing-whitespace # Trims trailing whitespace.
25
25
- repo : https://github.com/Lucas-C/pre-commit-hooks
26
- rev : v1.5.4
26
+ rev : v1.5.5
27
27
hooks :
28
28
- id : remove-crlf
29
29
- repo : https://github.com/psf/black
30
- rev : 24.1.1
30
+ rev : 24.4.2
31
31
hooks :
32
32
- id : black
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : ' v0.1.14 '
34
+ rev : ' v0.4.3 '
35
35
hooks :
36
36
- id : ruff
37
37
- repo : https://github.com/python-jsonschema/check-jsonschema
38
- rev : 0.27.3
38
+ rev : 0.28.2
39
39
hooks :
40
40
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments