File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ fail_fast: false
8
8
9
9
repos :
10
10
- repo : " https://github.com/pre-commit/pre-commit-hooks"
11
- rev : " v4.6 .0"
11
+ rev : " v6.0 .0"
12
12
hooks :
13
13
- id : " check-added-large-files"
14
14
exclude : " tests/cassettes/.*"
@@ -36,36 +36,36 @@ repos:
36
36
- id : " python-use-type-annotations"
37
37
38
38
- repo : " https://github.com/shellcheck-py/shellcheck-py"
39
- rev : " v0.10 .0.1"
39
+ rev : " v0.11 .0.1"
40
40
hooks :
41
41
- id : " shellcheck"
42
42
43
43
- repo : " https://github.com/python-jsonschema/check-jsonschema"
44
- rev : " 0.28.6 "
44
+ rev : " 0.33.3 "
45
45
hooks :
46
46
- id : " check-github-workflows"
47
47
- id : " check-readthedocs"
48
48
49
49
- repo : " https://github.com/asottile/reorder_python_imports"
50
- rev : " v3.13 .0"
50
+ rev : " v3.15 .0"
51
51
hooks :
52
52
- id : " reorder-python-imports"
53
53
args :
54
54
- " --py38-plus"
55
55
56
56
- repo : " https://github.com/psf/black"
57
- rev : " 24.4.2 "
57
+ rev : " 25.1.0 "
58
58
hooks :
59
59
- id : " black"
60
60
61
61
- repo : " https://github.com/charliermarsh/ruff-pre-commit"
62
62
# Ruff version.
63
- rev : ' v0.4 .10'
63
+ rev : ' v0.12 .10'
64
64
hooks :
65
65
- id : " ruff"
66
66
67
67
- repo : " https://github.com/kynan/nbstripout"
68
- rev : " 0.7 .1"
68
+ rev : " 0.8 .1"
69
69
hooks :
70
70
- id : " nbstripout"
71
71
You can’t perform that action at this time.
0 commit comments