pre-commit: add check-toml

This commit is contained in:
Dmitry Belyaev 2024-02-21 11:10:23 +03:00
parent 992197649c
commit 6e39ce20a6
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black