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 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
3
# Ruff version.
4
- rev : ' v0.11.12 '
4
+ rev : ' v0.13.1 '
5
5
hooks :
6
6
- id : ruff
7
7
args : [--fix, --exit-non-zero-on-fix]
8
8
exclude : test.*
9
9
- id : ruff-format
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v5 .0.0
11
+ rev : v6 .0.0
12
12
hooks :
13
13
- id : check-added-large-files
14
14
- id : check-case-conflict
@@ -35,13 +35,13 @@ repos:
35
35
# args: ['--baseline', '.secrets.baseline']
36
36
additional_dependencies : ["gibberish-detector"]
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.16.0
38
+ rev : v1.18.2
39
39
hooks :
40
40
- id : mypy
41
41
args : [--no-strict-optional, --ignore-missing-imports]
42
42
additional_dependencies : ["toml"]
43
43
- repo : https://github.com/jsh9/pydoclint
44
- rev : 0.6.7
44
+ rev : 0.7.3
45
45
hooks :
46
46
- id : pydoclint
47
47
args :
53
53
- id : interrogate
54
54
exclude : test.*
55
55
- repo : https://github.com/python-jsonschema/check-jsonschema
56
- rev : 0.33 .0
56
+ rev : 0.34 .0
57
57
hooks :
58
58
- id : check-github-actions
59
59
- id : check-github-workflows
You can’t perform that action at this time.
0 commit comments