From b25ffb188962346af93e88354012391acf0084ef Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 22 Feb 2025 17:21:43 +0100 Subject: [PATCH] MAINT run black before ruff ruff complains about format problems that black fixes. --- .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 e9a1e31..42ab100 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,17 +17,17 @@ repos: - id: mixed-line-ending - id: trailing-whitespace + - repo: https://github.com/psf/black + rev: "24.10.0" + hooks: + - id: black + - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.8.6" hooks: - id: ruff args: [--fix] - - repo: https://github.com/psf/black - rev: "24.10.0" - hooks: - - id: black - - repo: https://github.com/pre-commit/mirrors-mypy rev: "v1.14.1" hooks: