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 41
41
42
42
# Upgrade old Python syntax
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : " v2.38.2 "
44
+ rev : " v3.2.0 "
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : [--py36-plus]
54
54
55
55
# Black, the code formatter, natively supports pre-commit
56
56
- repo : https://github.com/psf/black
57
- rev : " 22.8 .0" # Keep in sync with blacken-docs
57
+ rev : " 22.10 .0" # Keep in sync with blacken-docs
58
58
hooks :
59
59
- id : black
60
60
@@ -116,7 +116,7 @@ repos:
116
116
117
117
# PyLint has native support - not always usable, but works for us
118
118
- repo : https://github.com/PyCQA/pylint
119
- rev : " v2.15.3 "
119
+ rev : " v2.15.5 "
120
120
hooks :
121
121
- id : pylint
122
122
files : ^pybind11
@@ -132,7 +132,7 @@ repos:
132
132
133
133
# Check static types with mypy
134
134
- repo : https://github.com/pre-commit/mirrors-mypy
135
- rev : " v0.981 "
135
+ rev : " v0.982 "
136
136
hooks :
137
137
- id : mypy
138
138
args : []
@@ -152,7 +152,7 @@ repos:
152
152
# Use tools/codespell_ignore_lines_from_errors.py
153
153
# to rebuild .codespell-ignore-lines
154
154
- repo : https://github.com/codespell-project/codespell
155
- rev : " v2.2.1 "
155
+ rev : " v2.2.2 "
156
156
hooks :
157
157
- id : codespell
158
158
exclude : " .supp$"
You can’t perform that action at this time.
0 commit comments