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