Skip to content
Snippets Groups Projects
Commit 31fe7df3 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

pre-commit-sort

parent 66a9adab
Branches
No related tags found
No related merge requests found
ci: ci:
autoupdate_branch: 'devel' autoupdate_branch: devel
repos: repos:
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v17.0.4 rev: v0.6.13
hooks: hooks:
- id: clang-format - id: cmake-format
args: [--style=Google] - repo: https://github.com/pre-commit/mirrors-clang-format
- repo: https://github.com/pre-commit/pre-commit-hooks rev: v17.0.4
rev: v4.5.0 hooks:
hooks: - id: clang-format
- id: check-added-large-files args:
- id: check-ast - --style=Google
- id: check-executables-have-shebangs - repo: https://github.com/pre-commit/pre-commit-hooks
- id: check-json rev: v4.5.0
- id: check-merge-conflict hooks:
- id: check-symlinks - id: check-added-large-files
- id: check-toml - id: check-ast
- id: check-yaml - id: check-executables-have-shebangs
- id: debug-statements - id: check-json
- id: destroyed-symlinks - id: check-merge-conflict
- id: detect-private-key - id: check-symlinks
- id: end-of-file-fixer - id: check-toml
- id: fix-byte-order-marker - id: check-yaml
- id: mixed-line-ending - id: debug-statements
- id: trailing-whitespace - id: destroyed-symlinks
- repo: https://github.com/cheshirekow/cmake-format-precommit - id: detect-private-key
rev: v0.6.13 - id: end-of-file-fixer
hooks: - id: fix-byte-order-marker
- id: cmake-format - id: mixed-line-ending
- id: trailing-whitespace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment