From: SONOLET Aymeric Date: Tue, 19 Dec 2023 17:58:44 +0000 (+0100) Subject: format: Add several pre-commit checkers/fixers X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4c2a3e31d6baa702545f00da99960896a5549489;p=modules%2Fshaper.git format: Add several pre-commit checkers/fixers --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f84a5d8b..fd3a9ace4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,13 @@ repos: - id: detect-private-key - id: end-of-file-fixer - id: mixed-line-ending + - id: check-case-conflict + - id: check-json + - id: pretty-format-json + - id: check-merge-conflict + - id: check-toml + - id: check-xml + - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-clang-format rev: v14.0.0 # Use the sha / tag you want to point at hooks: