From 1a6b471be56c3f4eccbfd02a4375e6a3d0d6c430 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 7 Jun 2026 16:41:56 +0200 Subject: [PATCH] Enable more builtin pre-commit checks --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8aa2c45..af662cf9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,6 +67,13 @@ repos: files: \.json$ exclude: ^(3rdparty/|build.*/|install/) args: [--autofix, --indent=2, --no-ensure-ascii] + - id: check-yaml + files: \.(yaml|yml)$ + exclude: ^(3rdparty/|build.*/|install/) + - id: check-case-conflict + exclude: ^(3rdparty/|build.*/|install/) + - id: check-merge-conflict + exclude: ^(3rdparty/|build.*/|install/) # Shell script linting with shellcheck (no docker dependency) - repo: https://github.com/shellcheck-py/shellcheck-py