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 45
45
46
46
# Black, the code formatter, natively supports pre-commit
47
47
- 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
49
49
hooks :
50
50
- id : black
51
51
@@ -55,11 +55,11 @@ repos:
55
55
hooks :
56
56
- id : blacken-docs
57
57
additional_dependencies :
58
- - black==22.3 .0 # keep in sync with black hook
58
+ - black==22.6 .0 # keep in sync with black hook
59
59
60
60
# Changes tabs to spaces
61
61
- repo : https://github.com/Lucas-C/pre-commit-hooks
62
- rev : " v1.2 .0"
62
+ rev : " v1.3 .0"
63
63
hooks :
64
64
- id : remove-tabs
65
65
@@ -107,7 +107,7 @@ repos:
107
107
108
108
# PyLint has native support - not always usable, but works for us
109
109
- repo : https://github.com/PyCQA/pylint
110
- rev : " v2.14.3 "
110
+ rev : " v2.14.4 "
111
111
hooks :
112
112
- id : pylint
113
113
files : ^pybind11
@@ -164,7 +164,7 @@ repos:
164
164
165
165
# Clang format the codebase automatically
166
166
- repo : https://github.com/pre-commit/mirrors-clang-format
167
- rev : " v14.0.5 "
167
+ rev : " v14.0.6 "
168
168
hooks :
169
169
- id : clang-format
170
170
types_or : [c++, c, cuda]
You can’t perform that action at this time.
0 commit comments