]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
format: Add several pre-commit checkers/fixers
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Tue, 19 Dec 2023 17:58:44 +0000 (18:58 +0100)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Tue, 19 Dec 2023 17:58:44 +0000 (18:58 +0100)
.pre-commit-config.yaml

index 1f84a5d8bf8efd82c81edf6e7ce2898f5abf73fd..fd3a9ace4812b15c5570127295933a5a81faba9c 100644 (file)
@@ -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: