1
0
Fork 0
modern_cpp_tutorial/.pre-commit-config.yaml

30 lines
685 B
YAML
Raw Normal View History

2023-10-21 20:47:01 +00:00
repos:
- repo: https://github.com/commitizen-tools/commitizen
2024-02-19 19:38:16 +00:00
rev: v3.15.0
2023-10-21 20:47:01 +00:00
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-prettier
2024-02-19 19:38:16 +00:00
rev: v4.0.0-alpha.8
2023-10-21 20:47:01 +00:00
hooks:
- id: prettier
name: check markdown/yaml formatting
types_or:
- markdown
- yaml
args: [--no-config]
exclude: CHANGELOG.md
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.5
hooks:
- id: clang-format
- id: clang-tidy
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
- id: cmake-format
- id: cmake-lint