Files
heap/.pre-commit-config.yaml
2026-04-11 17:23:28 +08:00

18 lines
387 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-shebang-scripts-are-executable
- id: mixed-line-ending
args: [--fix=auto]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]