From b8d0903662090bf674f3180d86a0c34741c37742 Mon Sep 17 00:00:00 2001 From: Gideon Date: Thu, 29 Jan 2026 17:24:36 +0100 Subject: [PATCH] chore(pre-commit): add ruff-fix manual hook Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43a4dd0..5bbb27c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,6 +114,10 @@ repos: hooks: - id: ruff-check args: [--fix] + - id: ruff-check + alias: ruff-fix + stages: [manual] + args: [--fix, --unsafe-fixes] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy