Skip to content

Commit 235fd44

Browse files
committed
pre-commit: Add toml linter
1 parent 4e76edf commit 235fd44

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ repos:
2626
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
2727
rev: v4.3.0
2828
hooks:
29-
- id: trailing-whitespace
30-
- id: end-of-file-fixer
31-
- id: check-yaml
3229
- id: check-added-large-files
30+
- id: check-toml
31+
- id: check-yaml
32+
- id: end-of-file-fixer
33+
- id: trailing-whitespace
3334
- repo: 'https://github.com/psf/black'
3435
rev: 22.6.0
3536
hooks:

0 commit comments

Comments
 (0)