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:
Fernando Schauenburg 2024-07-14 23:47:42 +02:00
parent e5793203f2
commit 154e9bf1b0

View file

@ -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