diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d9e962..be04703 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,7 @@ rev: v3.1.0 hooks: - id: prettier + exclude: (.*-lock\..*)|(.*\.lock)$ stages: - pre-commit - repo: https://github.com/pre-commit/pre-commit-hooks @@ -38,7 +39,7 @@ - id: check-case-conflict - id: check-docstring-first - id: check-json - exclude: ^tsconfig\.json$ + exclude: tsconfig\.json$ - id: check-merge-conflict - id: check-toml - id: check-vcs-permalinks