diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5176969c..1f6474c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace + - id: check-yaml - repo: https://github.com/charliermarsh/ruff-pre-commit rev: 'v0.8.4'