File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545
4646# Black, the code formatter, natively supports pre-commit
4747- repo : https://github.com/psf/black
48- rev : " 22.3 .0" # Keep in sync with blacken-docs
48+ rev : " 22.6 .0" # Keep in sync with blacken-docs
4949 hooks :
5050 - id : black
5151
@@ -55,11 +55,11 @@ repos:
5555 hooks :
5656 - id : blacken-docs
5757 additional_dependencies :
58- - black==22.3 .0 # keep in sync with black hook
58+ - black==22.6 .0 # keep in sync with black hook
5959
6060# Changes tabs to spaces
6161- repo : https://github.com/Lucas-C/pre-commit-hooks
62- rev : " v1.2 .0"
62+ rev : " v1.3 .0"
6363 hooks :
6464 - id : remove-tabs
6565
@@ -107,7 +107,7 @@ repos:
107107
108108# PyLint has native support - not always usable, but works for us
109109- repo : https://github.com/PyCQA/pylint
110- rev : " v2.14.3 "
110+ rev : " v2.14.4 "
111111 hooks :
112112 - id : pylint
113113 files : ^pybind11
@@ -164,7 +164,7 @@ repos:
164164
165165# Clang format the codebase automatically
166166- repo : https://github.com/pre-commit/mirrors-clang-format
167- rev : " v14.0.5 "
167+ rev : " v14.0.6 "
168168 hooks :
169169 - id : clang-format
170170 types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments