File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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.11.5
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 : 22.3.0
16
+ rev : 23.12.1
17
17
hooks :
18
18
- id : black
19
19
args : [--target-version=py36]
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v2.31 .0
22
+ rev : v3.15 .0
23
23
hooks :
24
24
- id : pyupgrade
25
25
args :
26
26
- --py36-plus
27
27
28
28
- repo : https://github.com/pre-commit/pre-commit-hooks
29
- rev : v4.1 .0
29
+ rev : v4.5 .0
30
30
hooks :
31
31
- id : trailing-whitespace
32
32
exclude : .bumpversion.cfg
45
45
- --autofix
46
46
47
47
- repo : https://github.com/PyCQA/flake8
48
- rev : 4 .0.1
48
+ rev : 7 .0.0
49
49
hooks :
50
50
- id : flake8
51
51
additional_dependencies : [
@@ -63,14 +63,14 @@ repos:
63
63
]
64
64
65
65
- repo : https://github.com/pre-commit/mirrors-mypy
66
- rev : v0.931
66
+ rev : v1.8.0
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 : v0.931
73
+ rev : v1.8.0
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.26.3
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