Skip to content

Commit a694fde

Browse files
committed
chore(pre-commit): add check-yaml, configure args for check-added-large-files
1 parent 4771607 commit a694fde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ repos:
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: check-yaml
13-
exclude: mkdocs.yaml
13+
args: ["--unsafe"]
1414
- id: check-executables-have-shebangs
1515
- id: check-json
1616
- id: check-toml
1717
- id: check-case-conflict
1818
- id: check-added-large-files
19+
args: ["--maxkb=200"]
1920
- id: detect-private-key
2021
- id: pretty-format-json
2122
args: ["--autofix", "--no-sort-keys", "--indent=4"]

0 commit comments

Comments
 (0)