mirror of
1
0
Fork 0
modern-cmake/.pre-commit-config.yaml

22 lines
526 B
YAML
Raw Normal View History

2020-08-04 00:16:43 +02:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2020-08-12 20:29:56 +02:00
rev: v3.2.0
2020-08-04 00:16:43 +02:00
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
- id: requirements-txt-fixer
- id: trailing-whitespace
- id: fix-encoding-pragma
- repo: https://github.com/cheshirekow/cmake-format-precommit
2020-09-30 07:02:15 +02:00
rev: v0.6.13
2020-08-04 00:16:43 +02:00
hooks:
- id: cmake-format
additional_dependencies: [pyyaml]