pre-commit: trim hooks to a reasonable set

This commit is contained in:
Fernando Schauenburg 2024-07-22 21:11:32 +02:00
parent 03d52dcf70
commit 1db5d0015a

View file

@ -1,18 +1,11 @@
repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: end-of-file-fixer
exclude: ^config\/nvim\/lazy-lock\.json$
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/shellcheck-py/shellcheck-py