From 372e3d417ef7823294a95529555104cd2ab1da0e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 20 Aug 2024 00:45:53 +0200 Subject: [PATCH] disable unsafe fixes --- .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 c4876f5773..90b8a9dd3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: ruff args: [ --fix, - --unsafe-fixes, + # --unsafe-fixes, --preview ] - repo: https://github.com/astral-sh/uv-pre-commit