From 1d2aa5c55effe17ff5038ed81f5484ed719b621f Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Wed, 1 Jan 2025 09:18:38 +0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12757235..82a0e78c 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'