chore: Remove unnecessary logging

Migrate pre-commit tasks to local
This commit is contained in:
Chris Coutinho
2025-08-30 14:25:16 +02:00
parent fa002296ff
commit 84ad1958af
4 changed files with 22 additions and 5 deletions
+9 -2
View File
@@ -6,8 +6,15 @@ repos:
- id: commitizen-branch
stages:
- pre-push
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.5
- repo: local
hooks:
- id: ruff-check
name: ruff-check
entry: uv run ruff check
language: system
types: [python]
- id: ruff-format
name: ruff-format
entry: uv run ruff format
language: system
types: [python]