mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v20.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.5...v20.1.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
26 lines
801 B
YAML
26 lines
801 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
exclude: '^(third-party|licenses)/.*$'
|
|
- id: end-of-file-fixer
|
|
exclude: '^(third-party|licenses)/.*$'
|
|
- id: check-merge-conflict
|
|
exclude: '^(third-party|licenses)/.*$'
|
|
- id: check-case-conflict
|
|
exclude: '^(third-party|licenses)/.*$'
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v20.1.7
|
|
hooks:
|
|
- id: clang-format
|
|
'types_or': [c++, c]
|
|
exclude: '^third-party/.*$'
|
|
|
|
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
|