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 214ea48 commit 12cde78Copy full SHA for 12cde78
scripts/config/pre-commit.yaml
@@ -7,14 +7,23 @@ repos:
7
args: [--allow-missing-credentials]
8
- id: check-added-large-files
9
args: ['--maxkb=750']
10
+ exclude: |
11
+ (?x)^(
12
+ docs/assets/aws-icons-mermaid.json
13
+ )$
14
- id: check-symlinks
15
- id: detect-private-key
16
- id: end-of-file-fixer
17
- id: forbid-new-submodules
18
- id: mixed-line-ending
19
- id: pretty-format-json
20
args: ['--autofix']
- # - id: ...
21
22
23
+ .*/?package-lock.json |
24
+ docs/assets/js/zzzz-search-data.json |
25
+ packages/event-schemas/schemas/[^/]+/[^/]+\.json
26
27
- repo: local
28
hooks:
29
- id: sort-dictionary
0 commit comments