diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0852067ea093034769de435b30d5099a725c7036..241f24643a78302e31cca3c81130b3e97a8ecd0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,11 @@ +ci: + autoupdate_branch: 'devel' repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v14.0.6 hooks: - id: clang-format - args: [-i, --style=Google] + args: [--style=Google] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: