File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : check-added-large-files
10
10
- id : check-case-conflict
@@ -35,13 +35,13 @@ repos:
35
35
- id : rst-inline-touching-normal
36
36
37
37
- repo : https://github.com/astral-sh/ruff-pre-commit
38
- rev : " v0.3.5 "
38
+ rev : " v0.4.3 "
39
39
hooks :
40
40
- id : ruff
41
41
args : ["--fix", "--show-fixes"]
42
42
43
43
- repo : https://github.com/psf/black-pre-commit-mirror
44
- rev : 24.3.0
44
+ rev : 24.4.2
45
45
hooks :
46
46
- id : black-jupyter
47
47
types_or : [python, pyi, jupyter]
@@ -50,10 +50,10 @@ repos:
50
50
rev : 1.16.0
51
51
hooks :
52
52
- id : blacken-docs
53
- additional_dependencies : [black==24.3.0 ]
53
+ additional_dependencies : [black==24.4.2 ]
54
54
55
55
- repo : https://github.com/pre-commit/mirrors-mypy
56
- rev : v1.9 .0
56
+ rev : v1.10 .0
57
57
# check the oldest and newest supported Pythons
58
58
hooks :
59
59
- &mypy
You can’t perform that action at this time.
0 commit comments