21 lines
560 B
YAML
21 lines
560 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v13.0.0
|
|
hooks:
|
|
- id: clang-format
|
|
- repo: https://github.com/cheshirekow/cmake-format-precommit
|
|
rev: v0.6.13
|
|
hooks:
|
|
- id: cmake-format
|
|
- id: cmake-lint
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
rev: v0.30.0
|
|
hooks:
|
|
- id: markdownlint-fix
|