From 4c2a3e31d6baa702545f00da99960896a5549489 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Tue, 19 Dec 2023 18:58:44 +0100 Subject: [PATCH] format: Add several pre-commit checkers/fixers --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.39.2