From 1db5d0015acb5d63d71a9a9e28793378febe1811 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 22 Jul 2024 21:11:32 +0200 Subject: [PATCH] pre-commit: trim hooks to a reasonable set --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ae55a2..a751307 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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