File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : " 3.12"
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : " v4.4 .0"
5
+ rev : " v5.0 .0"
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -14,14 +14,14 @@ repos:
14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
16
16
17
- - repo : https://github.com/charliermarsh /ruff-pre-commit
18
- rev : " v0.0.254 "
17
+ - repo : https://github.com/astral-sh /ruff-pre-commit
18
+ rev : " v0.6.9 "
19
19
hooks :
20
20
- id : ruff
21
21
args : [--fix]
22
22
23
23
- repo : https://github.com/psf/black
24
- rev : " 23.1 .0"
24
+ rev : " 24.10 .0"
25
25
hooks :
26
26
- id : black
27
27
@@ -32,12 +32,12 @@ repos:
32
32
exclude : docs/sphinx_pyodide/tests/test_directives\.py
33
33
34
34
- repo : https://github.com/shellcheck-py/shellcheck-py
35
- rev : " v0.9 .0.2 "
35
+ rev : " v0.10 .0.1 "
36
36
hooks :
37
37
- id : shellcheck
38
38
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : " v1.1.1 "
40
+ rev : " v1.11.2 "
41
41
hooks :
42
42
- id : mypy
43
43
args : []
You can’t perform that action at this time.
0 commit comments