File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ repos:
41
41
42
42
# Upgrade old Python syntax
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : " v3.3.0 "
44
+ rev : " v3.3.1 "
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : [--py36-plus]
48
48
49
49
# Nicely sort includes
50
50
- repo : https://github.com/PyCQA/isort
51
- rev : " 5.10.1 "
51
+ rev : " 5.11.4 "
52
52
hooks :
53
53
- id : isort
54
54
55
55
# Black, the code formatter, natively supports pre-commit
56
56
- repo : https://github.com/psf/black
57
- rev : " 22.10 .0" # Keep in sync with blacken-docs
57
+ rev : " 22.12 .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.8 "
119
+ rev : " v2.15.9 "
120
120
hooks :
121
121
- id : pylint
122
122
files : ^pybind11
@@ -160,7 +160,7 @@ repos:
160
160
161
161
# Check for common shell mistakes
162
162
- repo : https://github.com/shellcheck-py/shellcheck-py
163
- rev : " v0.8 .0.4 "
163
+ rev : " v0.9 .0.2 "
164
164
hooks :
165
165
- id : shellcheck
166
166
@@ -175,7 +175,7 @@ repos:
175
175
176
176
# Clang format the codebase automatically
177
177
- repo : https://github.com/pre-commit/mirrors-clang-format
178
- rev : " v15.0.4 "
178
+ rev : " v15.0.6 "
179
179
hooks :
180
180
- id : clang-format
181
181
types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments