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