We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac607d6 commit 87a08c5Copy full SHA for 87a08c5
.pre-commit-config.yaml
@@ -1,5 +1,4 @@
1
fail_fast: true
2
-verbose: true
3
4
repos:
5
# checks for secrets via rules (gitleaks.toml)
@@ -43,8 +42,10 @@ repos:
43
42
- id: pretty-format-json
44
# https://pre-commit.com/#regular-expressions
45
exclude: |
46
- ^launch.json$
47
- ^settings.json$
+ (?x)^(
+ .vscode/launch.json|
+ .vscode/settings.json
48
+ )$
49
args: ['--autofix', '--indent=2', '--no-sort-keys']
50
- id: requirements-txt-fixer
51
# - id: trailing-whitespace
0 commit comments