diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62c861f..5ae55a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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