Update .pre-commit-config.yaml

This commit is contained in:
Denis Rouzaud 2024-12-09 10:38:37 +01:00 committed by GitHub
parent e8ac86706e
commit 7889fc5938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,14 @@
exclude: .*
fail_fast: false
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
# if adding directory handled by clang-format
# you need to adapt prepare_commit and verify_indentation scripts accordingly
hooks:
- id: clang-format
types_or: [c++, c, c#]
ci:
autofix_prs: true