Skip to content

Commit

Permalink
#0: Disable clang-format precommit check once again due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Nov 28, 2024
1 parent ec4bd12 commit ebca9fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.4
hooks:
- id: clang-format
entry: git-clang-format
types_or: [c++, c]
args: ["--style=file"]
# - repo: https://github.com/pre-commit/mirrors-clang-format
# rev: v19.1.4
# hooks:
# - id: clang-format
# entry: git-clang-format
# types_or: [c++, c]
# args: ["--style=file"]

0 comments on commit ebca9fa

Please sign in to comment.