| repos: | |
| - repo: "https://github.com/codespell-project/codespell" | |
| rev: "v2.4.1" | |
| hooks: | |
| - id: "codespell" | |
| args: ["--config=.codespellrc"] | |
| - repo: "https://github.com/pre-commit/mirrors-clang-format" | |
| rev: "v21.1.6" | |
| hooks: | |
| - id: "clang-format" | |
| types_or: [] | |
| files: '\.c\.in$|\.h\.in$|\.c$|\.h$' | |
| args: ["--style=file"] |