File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : debug-statements
12
12
hooks :
13
13
- id : setup-cfg-fmt
14
14
- repo : https://github.com/asottile/reorder-python-imports
15
- rev : v3.12 .0
15
+ rev : v3.13 .0
16
16
hooks :
17
17
- id : reorder-python-imports
18
18
args : [
@@ -21,21 +21,21 @@ repos:
21
21
--add-import, 'from __future__ import annotations',
22
22
]
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v3.15 .0
24
+ rev : v3.17 .0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args : [--py38-plus]
28
28
- repo : https://github.com/psf/black
29
- rev : 23.12.1
29
+ rev : 24.8.0
30
30
hooks :
31
31
- id : black
32
32
args : [--line-length=79]
33
33
- repo : https://github.com/PyCQA/flake8
34
- rev : 7.0.0
34
+ rev : 7.1.1
35
35
hooks :
36
36
- id : flake8
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.8.0
38
+ rev : v1.11.1
39
39
hooks :
40
40
- id : mypy
41
41
exclude : ^(docs/|example-plugin/)
You can’t perform that action at this time.
0 commit comments