disable unsafe fixes

This commit is contained in:
Matthias Mair 2024-08-20 00:45:53 +02:00
parent db3db041ac
commit 372e3d417e
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -24,7 +24,7 @@ repos:
- id: ruff
args: [
--fix,
--unsafe-fixes,
# --unsafe-fixes,
--preview
]
- repo: https://github.com/astral-sh/uv-pre-commit