From beef03b7b4f443ff2db7b2f3404d59f94eac5634 Mon Sep 17 00:00:00 2001 From: Davy Peter Braun <543614+dheavy@users.noreply.github.com> Date: Sun, 7 Apr 2024 15:13:03 +0200 Subject: [PATCH] Change linter to black --- .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 8380e16..14109cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.2" + - repo: https://github.com/psf/black + rev: 24.3.0 # Use the latest revision of Black hooks: - - id: ruff - args: ["--fix", "software/"] - - id: ruff-format + - id: black + language_version: python3 + args: ["software/"] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: