From ad43f025497c82d51aa4b9a4e40d6592479bc233 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Wed, 4 Sep 2024 20:47:14 -0600 Subject: [PATCH] .pre-commit-config: exclude .vscode --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ed2a61..6a36539 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ exclude: | (?x)^( Brewfile\.lock\.json| - tmp/.* + tmp/.*| + .vscode/.* )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git