commit 25cafeb7a68d7d099747e291091d0a11b9e61993 parent 3e39edb3af8f8bbb9cf3d7dc04542d2195b82377 Author: Pollux <pollux@pollux.codes> Date: Sun, 9 Feb 2025 23:05:50 -0600 chore: remove pre-commit Signed-off-by: Pollux <pollux@pollux.codes> Diffstat:
D | .pre-commit-config.yaml | | | 17 | ----------------- |
1 file changed, 0 insertions(+), 17 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -1,17 +0,0 @@ -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 - hooks: - - id: check-case-conflict - - id: check-illegal-windows-names - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace - - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 - hooks: - - id: clang-format - - repo: https://github.com/commitizen-tools/commitizen - rev: v4.1.0 - hooks: - - id: commitizen