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 <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2024-12-13 21:14:08 +01:00
parent 159117ded3
commit 36e1109624
No known key found for this signature in database

View file

@ -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/