File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ AlignEscapedNewlines: Right
1313AllowAllArgumentsOnNextLine : false
1414AllowAllParametersOfDeclarationOnNextLine : false
1515AllowShortIfStatementsOnASingleLine : Never
16- BinPackArguments : false
17- BinPackParameters : OnePerLine
16+ PackArguments :
17+ BinPack : OnePerLine
18+ PackParameters :
19+ BinPack : OnePerLine
1820BreakBeforeTernaryOperators : true
1921CommentPragmas : ' NOLINT(NEXTLINE|BEGIN|END)?\[.*\]'
2022DerivePointerAlignment : false
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ repos:
3030 args : [--ignore-case]
3131 files : ^docs/source/spelling_wordlist\.txt$
3232 - repo : https://github.com/pre-commit/mirrors-clang-format
33- rev : v22 .1.8
33+ rev : v23 .1.0
3434 hooks :
3535 - id : clang-format
3636 - repo : https://github.com/cpplint/cpplint
3737 rev : 2.0.2
3838 hooks :
3939 - id : cpplint
4040 - repo : https://github.com/astral-sh/ruff-pre-commit
41- rev : v0.16.4
41+ rev : v0.16.5
4242 hooks :
4343 - id : ruff-check
4444 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments