File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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.2 .0
3
+ rev : v4.3 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=25']
@@ -25,12 +25,12 @@ repos:
25
25
- id : python-use-type-annotations
26
26
- id : text-unicode-replacement-char
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v2.32 .0
28
+ rev : v2.34 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py37-plus]
32
32
- repo : https://github.com/asottile/reorder_python_imports
33
- rev : v3.0.1
33
+ rev : v3.3.0
34
34
hooks :
35
35
- id : reorder-python-imports
36
36
args : [--py37-plus, --add-import, 'from __future__ import annotations']
39
39
hooks :
40
40
- id : setup-cfg-fmt
41
41
- repo : https://github.com/psf/black
42
- rev : 22.3 .0
42
+ rev : 22.6 .0
43
43
hooks :
44
44
- id : black
45
45
- repo : https://github.com/PyCQA/flake8
82
82
hooks :
83
83
- id : codespell
84
84
- repo : https://github.com/pre-commit/mirrors-mypy
85
- rev : ' v0.931 '
85
+ rev : ' v0.961 '
86
86
hooks :
87
87
- id : mypy
88
88
args : [
You can’t perform that action at this time.
0 commit comments