File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ repos:
13
13
args : ["--profile", "black"]
14
14
15
15
- repo : https://github.com/psf/black
16
- rev : 23.3.0
16
+ rev : 23.10.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 : v3.4 .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.4 .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 : 6.0 .0
48
+ rev : 6.1 .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 : v1.3.0
66
+ rev : v1.6.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.3.0
73
+ rev : v1.6.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.31 .0
83
+ rev : v1.32 .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