File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ repos:
10
10
- id : name-tests-test
11
11
- id : requirements-txt-fixer
12
12
- repo : https://github.com/asottile/setup-cfg-fmt
13
- rev : v1.20.1
13
+ rev : v1.20.2
14
14
hooks :
15
15
- id : setup-cfg-fmt
16
16
- repo : https://github.com/asottile/reorder_python_imports
17
- rev : v3.8.1
17
+ rev : v3.8.2
18
18
hooks :
19
19
- id : reorder-python-imports
20
20
args : [--py37-plus, --add-import, 'from __future__ import annotations']
24
24
- id : add-trailing-comma
25
25
args : [--py36-plus]
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v2.37.1
27
+ rev : v2.37.2
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
37
37
hooks :
38
38
- id : flake8
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v0.961
40
+ rev : v0.971
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies : [types-all]
You can’t perform that action at this time.
0 commit comments