You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
766 B
32 lines
766 B
---
|
|
ci:
|
|
autoupdate_branch: "master"
|
|
repos:
|
|
- repo: https://github.com/cheshirekow/cmake-format-precommit
|
|
rev: v0.6.13
|
|
hooks:
|
|
- id: cmake-format
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v19.1.2
|
|
hooks:
|
|
- id: clang-format
|
|
args: [-i, --style=file]
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: check-json
|
|
- id: check-symlinks
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/executablebooks/mdformat
|
|
rev: 0.7.18
|
|
hooks:
|
|
- id: mdformat
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.10.0
|
|
hooks:
|
|
- id: black
|