From f6eb2974a3a8aa0ed1b2d346db38fb55b01895c7 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Wed, 13 Nov 2024 16:11:49 +0100 Subject: [PATCH] Update hook --- .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 80f6f5f8..b48bc295 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ ci: autofix_prs: false repos: - - repo: https://github.com/astral-sh/ruff - rev: 0.6.9 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.6.9 hooks: + - id: ruff-format + args: ["--diff", "src", "tests"] - id: ruff - args: ["format", "--diff", "src", "tests"] - - id: ruff - args: ["check", "--select", "I", "src", "tests"] + args: ["--select", "I", "src", "tests"] - repo: https://github.com/PyCQA/doc8 rev: 0.10.1