diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdd4978e..1a6c3ff7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: