From a2cd6df429a3e76880a48a5eb8816a86c36927ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Tue, 17 Jun 2025 20:12:11 +0200 Subject: [PATCH] Use updated pre-commit id (#18718) ## Summary Update pre-commit hook id according to https://github.com/astral-sh/ruff-pre-commit/pull/124 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb98ba564..7df87d04a3 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com/) hook via [`ruff rev: v0.12.0 hooks: # Run the linter. - - id: ruff + - id: ruff-check args: [ --fix ] # Run the formatter. - id: ruff-format