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 8
8
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.4 .0
11
+ rev : v4.5 .0
12
12
hooks :
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
@@ -24,22 +24,22 @@ repos:
24
24
- id : detect-private-key
25
25
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v3.11.1
27
+ rev : v3.15.2
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : ["--py310-plus"]
31
31
name : Upgrade code
32
32
exclude : " examples|thunder/tests/test_interpreter.py|thunder/tests/test_jit_general.py"
33
33
34
34
- repo : https://github.com/codespell-project/codespell
35
- rev : v2.2.5
35
+ rev : v2.2.6
36
36
hooks :
37
37
- id : codespell
38
38
additional_dependencies : [tomli]
39
39
# args: ["--write-changes"] # uncomment if you want to get automatic fixing
40
40
41
41
- repo : https://github.com/psf/black
42
- rev : 23.9.1
42
+ rev : 24.3.0
43
43
hooks :
44
44
- id : black
45
45
name : Black code
61
61
- id : sphinx-lint
62
62
63
63
- repo : https://github.com/asottile/yesqa
64
- rev : v1.4 .0
64
+ rev : v1.5 .0
65
65
hooks :
66
66
- id : yesqa
67
67
You can’t perform that action at this time.
0 commit comments