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