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

pre-commit-sort

parent 9203a6da
No related branches found
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/PyCQA/flake8
rev: v17.0.3 rev: 6.1.0
hooks: hooks:
- id: clang-format - id: flake8
args: [--style=Google] - repo: https://github.com/cheshirekow/cmake-format-precommit
- repo: https://github.com/pre-commit/pre-commit-hooks rev: v0.6.13
rev: v4.5.0 hooks:
hooks: - id: cmake-format
- id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-clang-format
- id: check-ast rev: v17.0.3
- id: check-executables-have-shebangs hooks:
- id: check-json - id: clang-format
- id: check-merge-conflict args:
- id: check-symlinks - --style=Google
- id: check-toml - repo: https://github.com/pre-commit/pre-commit-hooks
- id: check-yaml rev: v4.5.0
- id: debug-statements hooks:
- id: destroyed-symlinks - id: check-added-large-files
- id: detect-private-key - id: check-ast
- id: end-of-file-fixer - id: check-executables-have-shebangs
- id: fix-byte-order-marker - id: check-json
- id: mixed-line-ending - id: check-merge-conflict
- id: trailing-whitespace - id: check-symlinks
- repo: https://github.com/psf/black - id: check-toml
rev: 23.10.1 - id: check-yaml
hooks: - id: debug-statements
- id: black - id: destroyed-symlinks
- repo: https://github.com/PyCQA/flake8 - id: detect-private-key
rev: 6.1.0 - id: end-of-file-fixer
hooks: - id: fix-byte-order-marker
- id: flake8 - id: mixed-line-ending
- repo: https://github.com/cheshirekow/cmake-format-precommit - id: trailing-whitespace
rev: v0.6.13 - repo: https://github.com/psf/black
hooks: rev: 23.10.1
- id: cmake-format hooks:
- id: black
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment