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:
4141
4242# Upgrade old Python syntax
4343- repo : https://github.com/asottile/pyupgrade
44- rev : " v3.3.0 "
44+ rev : " v3.3.1 "
4545 hooks :
4646 - id : pyupgrade
4747 args : [--py36-plus]
4848
4949# Nicely sort includes
5050- repo : https://github.com/PyCQA/isort
51- rev : " 5.10.1 "
51+ rev : " 5.11.4 "
5252 hooks :
5353 - id : isort
5454
5555# Black, the code formatter, natively supports pre-commit
5656- 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
5858 hooks :
5959 - id : black
6060
@@ -116,7 +116,7 @@ repos:
116116
117117# PyLint has native support - not always usable, but works for us
118118- repo : https://github.com/PyCQA/pylint
119- rev : " v2.15.8 "
119+ rev : " v2.15.9 "
120120 hooks :
121121 - id : pylint
122122 files : ^pybind11
@@ -160,7 +160,7 @@ repos:
160160
161161# Check for common shell mistakes
162162- repo : https://github.com/shellcheck-py/shellcheck-py
163- rev : " v0.8 .0.4 "
163+ rev : " v0.9 .0.2 "
164164 hooks :
165165 - id : shellcheck
166166
@@ -175,7 +175,7 @@ repos:
175175
176176# Clang format the codebase automatically
177177- repo : https://github.com/pre-commit/mirrors-clang-format
178- rev : " v15.0.4 "
178+ rev : " v15.0.6 "
179179 hooks :
180180 - id : clang-format
181181 types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments