pre-commit: don't fix end-of-file for lazy-lock.json
This file is updated automatically by the plugin whenever I install/update/uninstall plugins and a extra new line is always appended.
This commit is contained in:
parent
e5793203f2
commit
154e9bf1b0
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ repos:
|
|||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue