mirror of
https://github.com/ModOrganizer2/modorganizer-check_fnis.git
synced 2026-07-27 14:02:32 -07:00
21 lines
579 B
YAML
21 lines
579 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-merge-conflict
|
|
- id: check-case-conflict
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v19.1.5
|
|
hooks:
|
|
- id: clang-format
|
|
'types_or': [c++, c]
|
|
|
|
ci:
|
|
autofix_commit_msg: "[pre-commit.ci] Auto fixes from pre-commit.com hooks."
|
|
autofix_prs: true
|
|
autoupdate_commit_msg: "[pre-commit.ci] Pre-commit autoupdate."
|
|
autoupdate_schedule: quarterly
|
|
submodules: false
|