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 49
49
args : ["-a", "from __future__ import annotations"] # Python 3.7+
50
50
51
51
- repo : https://github.com/asottile/pyupgrade
52
- rev : v3.19.0
52
+ rev : v3.19.1
53
53
hooks :
54
54
- id : pyupgrade
55
55
args : ["--py37-plus"]
60
60
- id : setup-cfg-fmt
61
61
62
62
- repo : https://github.com/hadialqattan/pycln
63
- rev : v2.4 .0
63
+ rev : v2.5 .0
64
64
hooks :
65
65
- id : pycln
66
66
additional_dependencies : [click<8.1]
@@ -84,14 +84,14 @@ repos:
84
84
additional_dependencies : *flake8_dependencies
85
85
86
86
- repo : https://github.com/pre-commit/mirrors-mypy
87
- rev : v1.13.0
87
+ rev : v1.14.1
88
88
hooks :
89
89
- id : mypy
90
90
files : src
91
91
args : []
92
92
93
93
- repo : https://github.com/codespell-project/codespell
94
- rev : v2.3 .0
94
+ rev : v2.4 .0
95
95
hooks :
96
96
- id : codespell
97
97
You can’t perform that action at this time.
0 commit comments