From bb565c779b3084be248c68b55aa0df3478b55701 Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Mon, 12 Feb 2024 15:57:20 +0200 Subject: [PATCH] update pre-commit config --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f81115e..7af53fd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: rev: v0.2.1 hooks: - id: ruff - name: Python ruff + name: python ruff files: ^python/ args: [--fix, --exit-non-zero-on-fix, --config, python/pyproject.toml] @@ -36,7 +36,7 @@ repos: rev: 24.1.1 hooks: - id: black - name: Python black + name: python black language_version: python3.11 files: ^python/ args: [--config, python/pyproject.toml] @@ -45,7 +45,7 @@ repos: rev: 5.13.2 hooks: - id: isort - name: Python isort + name: python isort files: ^python/ args: [--settings-path, python/pyproject.toml]