From 36e1109624eabdbabe6d40b306b02f5113fdd085 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Fri, 13 Dec 2024 21:14:08 +0100 Subject: [PATCH] Remove obsolete pre-commit excludes With the removal of the premake sources all exclude directives in .pre-commit-config.yaml are obsolete, so remove them. Signed-off-by: Ralph Sennhauser --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3c053aacb..cafa5907a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,9 @@ repos: hooks: - id: check-case-conflict - id: check-executables-have-shebangs - exclude: ^build/premake/premake5 - id: check-json - id: check-merge-conflict - id: check-shebang-scripts-are-executable - exclude: ^build/premake/premake5 - id: check-symlinks - id: check-toml - id: check-xml @@ -50,12 +48,10 @@ repos: - --diff - --simplify stages: [pre-commit] - exclude: ^build/premake/premake5/ - repo: https://github.com/shellcheck-py/shellcheck-py rev: v0.10.0.1 hooks: - id: shellcheck - exclude: ^build/premake/premake5/ - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.41.0 hooks: @@ -63,7 +59,6 @@ repos: exclude: | (?x)( ^.gitea/ISSUE_TEMPLATE/| - ^build/premake/| ^source/third_party/ ) - repo: https://github.com/adrienverge/yamllint @@ -72,4 +67,3 @@ repos: - id: yamllint args: - --strict - exclude: ^build/premake/premake5/