From 39a86ba3cf0b646ce1654310e6ceb92b358bd1bb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 30 Jun 2024 15:18:35 +0200 Subject: [PATCH] pre-commit: Fix Ruff invocation for >=0.5.0 Related changes in Ruff: https://github.com/astral-sh/ruff/pull/9687 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62bf6c2f..b1cb2e82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: rev: v0.5.0 hooks: - id: ruff - args: ["--show-source"] + args: ["--output-format=full"] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks