From d1159d26be6ca2368fd479544372d5c4a12ff8cf Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 6 Feb 2024 20:15:43 +0000 Subject: [PATCH] Improve diff? --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eab7d8f..ca1b0f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace + - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt + rev: 0.2.3 + hooks: + - id: yamlfmt + - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.2.1 hooks: @@ -20,11 +25,6 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.3 - hooks: - - id: yamlfmt - - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 hooks: