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 @@ -13,22 +13,22 @@ repos:
13
13
- id : double-quote-string-fixer
14
14
- id : requirements-txt-fixer
15
15
- repo : https://github.com/PyCQA/flake8
16
- rev : 7.0.0
16
+ rev : 7.1.1
17
17
hooks :
18
18
- id : flake8
19
19
additional_dependencies : [flake8-typing-imports==1.12.0]
20
20
args : [--max-line-length=100]
21
21
- repo : https://github.com/hhatto/autopep8
22
- rev : v2.1 .1
22
+ rev : v2.3 .1
23
23
hooks :
24
24
- id : autopep8
25
25
- repo : https://github.com/asottile/reorder-python-imports
26
- rev : v3.12 .0
26
+ rev : v3.13 .0
27
27
hooks :
28
28
- id : reorder-python-imports
29
29
args : [--py37-plus, --add-import, 'from __future__ import annotations']
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v3.15.2
31
+ rev : v3.17.0
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py37-plus]
38
38
- id : add-trailing-comma
39
39
args : [--py36-plus]
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.10.0
41
+ rev : v1.11.2
42
42
hooks :
43
43
- id : mypy
44
44
additional_dependencies : [types-all]
You can’t perform that action at this time.
0 commit comments