chore: disable autofix for pre-commit hooks
This commit is contained in:
@@ -4,8 +4,6 @@ repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-merge-conflict
|
||||
- id: check-added-large-files
|
||||
- id: check-yaml
|
||||
@@ -16,3 +14,4 @@ repos:
|
||||
hooks:
|
||||
- id: clang-format
|
||||
types_or: [c, c++]
|
||||
args: [--dry-run, -Werror]
|
||||
|
||||
Reference in New Issue
Block a user