Skip to content

Commit

Permalink
Add check-toml check to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 1, 2023
1 parent 2dfb20e commit 509af8b
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:
- "--unsafe"
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
Expand Down

0 comments on commit 509af8b

Please sign in to comment.