fix: delete pre-commit config

This commit is contained in:
2025-12-10 08:57:43 +01:00
parent 2a98718699
commit f87e56a92f

View File

@@ -1,7 +0,0 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9 # latest ruff version
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format