Skip to content

Commit

Permalink
Merge pull request #241 from bgilbert/toml
Browse files Browse the repository at this point in the history
pre-commit: add TOML checker for `pyproject.toml`
  • Loading branch information
bgilbert authored Nov 15, 2023
2 parents 38f6ad1 + 664ebe4 commit 7f5ef2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repos:
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
- id: end-of-file-fixer
Expand Down

0 comments on commit 7f5ef2c

Please sign in to comment.