Remove pre-commit exclusions for clang-format

We previously would ignore any files under `auxil/`. Since pre-commit
only formats files tracked in this repo, and `auxil/` today contains
only submodules this exclusion did not exclude anything; if however we
ever end up adding C++ files under `auxil/` we would like them to be
formatted consistently.
This commit is contained in:
Benjamin Bannier 2024-09-02 16:49:07 +02:00
parent db42b2cfe5
commit 629d273f44

View file

@ -26,7 +26,6 @@ repos:
rev: v0.6.13 rev: v0.6.13
hooks: hooks:
- id: cmake-format - id: cmake-format
exclude: '^auxil/.*$'
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.16.21 rev: v1.16.21