pre-commit checks toml files

This commit is contained in:
Éloi Rivard 2023-04-15 13:15:54 +02:00
parent 571c04de66
commit a699b788c2

View file

@ -6,6 +6,7 @@ repos:
- id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-toml
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
hooks: