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 @@ -10,7 +10,7 @@ exclude: &exclude_files >
10
10
repos :
11
11
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.5 .0
13
+ rev : v5.0 .0
14
14
hooks :
15
15
- id : check-json
16
16
- id : check-yaml
@@ -23,18 +23,18 @@ repos:
23
23
- id : isort
24
24
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v3.15 .0
26
+ rev : v3.17 .0
27
27
hooks :
28
28
- id : pyupgrade
29
29
args : [--py37-plus]
30
30
31
31
- repo : https://github.com/psf/black
32
- rev : 24.1.1
32
+ rev : 24.8.0
33
33
hooks :
34
34
- id : black
35
35
36
36
- repo : https://github.com/astral-sh/ruff-pre-commit
37
- rev : v0.2.0
37
+ rev : v0.6.9
38
38
hooks :
39
39
- id : ruff
40
40
50
50
# - flake8-markdown==0.2.0
51
51
52
52
- repo : https://github.com/pre-commit/mirrors-mypy
53
- rev : v1.8.0
53
+ rev : v1.11.2
54
54
hooks :
55
55
- id : mypy
56
56
additional_dependencies :
You can’t perform that action at this time.
0 commit comments