Skip to content

Commit

Permalink
build: exclude vscode/launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Dec 30, 2022
1 parent 7df63ff commit cc20a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ repos:
- id: check-json
exclude: >
(?x)^(
.vscode/settings.json
.vscode/settings.json|
.vscode/launch.json
)$
# This one is slow and doesn't check for much
# - detect-private-key
Expand Down

0 comments on commit cc20a97

Please sign in to comment.