Skip to content

Commit 7f5ef2c

Browse files
authored
Merge pull request #241 from bgilbert/toml
pre-commit: add TOML checker for `pyproject.toml`
2 parents 38f6ad1 + 664ebe4 commit 7f5ef2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repos:
77
hooks:
88
- id: check-added-large-files
99
- id: check-merge-conflict
10+
- id: check-toml
1011
- id: check-vcs-permalinks
1112
- id: check-yaml
1213
- id: end-of-file-fixer

0 commit comments

Comments
 (0)