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:
|
repos:
|
||||||
- repo: meta
|
|
||||||
hooks:
|
|
||||||
- id: check-useless-excludes
|
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
|
||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
- id: check-shebang-scripts-are-executable
|
- id: check-shebang-scripts-are-executable
|
||||||
- id: check-symlinks
|
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
exclude: ^config\/nvim\/lazy-lock\.json$
|
exclude: ^config\/nvim\/lazy-lock\.json$
|
||||||
- id: fix-byte-order-marker
|
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/shellcheck-py/shellcheck-py
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
||||||
|
|
Loading…
Add table
Reference in a new issue