pre-commit: trim hooks to a reasonable set
This commit is contained in:
parent
03d52dcf70
commit
1db5d0015a
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue