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 7
7
- id : seed-isort-config
8
8
9
9
- repo : https://github.com/PyCQA/isort
10
- rev : 5.12.0
10
+ rev : 5.13.2
11
11
hooks :
12
12
- id : isort
13
13
args : ["--profile", "black"]
14
14
15
15
- repo : https://github.com/psf/black
16
- rev : 23.10.1
16
+ rev : 23.12.0
17
17
hooks :
18
18
- id : black
19
19
args : [--target-version=py36]
@@ -63,14 +63,14 @@ repos:
63
63
]
64
64
65
65
- repo : https://github.com/pre-commit/mirrors-mypy
66
- rev : v1.6 .1
66
+ rev : v1.7 .1
67
67
hooks :
68
68
- id : mypy
69
69
# This is for checking tests/* (everything else has a stricter check
70
70
# below), but since there's no include it's run on everything
71
71
72
72
- repo : https://github.com/pre-commit/mirrors-mypy
73
- rev : v1.6 .1
73
+ rev : v1.7 .1
74
74
hooks :
75
75
- id : mypy
76
76
args : [
80
80
exclude : tests/
81
81
82
82
- repo : https://github.com/adrienverge/yamllint.git
83
- rev : v1.32 .0
83
+ rev : v1.33 .0
84
84
hooks :
85
85
- id : yamllint
86
86
# args: [--config-data=relaxed]
You can’t perform that action at this time.
0 commit comments