File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v3 .2.0
8+ rev : v4 .2.0
99 hooks :
1010 - id : trailing-whitespace
1111 - id : end-of-file-fixer
@@ -20,17 +20,17 @@ repos:
2020 - id : clang-tidy
2121 args : [--fix, --fix-errors]
2222 - repo : https://github.com/psf/black
23- rev : 21.7b0
23+ rev : 22.3.0
2424 hooks :
2525 - id : black
2626 - repo : https://github.com/asottile/blacken-docs
27- rev : v1.10.0
27+ rev : v1.12.1
2828 hooks :
2929 - id : blacken-docs
3030 args : [ '--line-length', '100' ]
3131 additional_dependencies : [black==21.7b0]
3232 - repo : https://github.com/Lucas-C/pre-commit-hooks
33- rev : v1.1.9
33+ rev : v1.1.13
3434 hooks :
3535 - id : forbid-crlf
3636 - id : remove-crlf
You can’t perform that action at this time.
0 commit comments