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