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
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.4 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : check-json
12
12
exclude : " \\ .vscode/.*.json"
@@ -16,24 +16,24 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/python-jsonschema/check-jsonschema
19
- rev : 0.26.3
19
+ rev : 0.29.4
20
20
hooks :
21
21
- id : check-dependabot
22
22
- id : check-github-workflows
23
23
24
24
- repo : https://github.com/astral-sh/ruff-pre-commit
25
- rev : v0.0.287
25
+ rev : v0.6.9
26
26
hooks :
27
27
- id : ruff
28
28
args : ["--fix"]
29
29
30
30
- repo : https://github.com/psf/black
31
- rev : 23.7 .0
31
+ rev : 24.10 .0
32
32
hooks :
33
33
- id : black
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : v1.5.1
36
+ rev : v1.11.2
37
37
hooks :
38
38
- id : mypy
39
39
pass_filenames : true
You can’t perform that action at this time.
0 commit comments