From 57440f845f66d4d086831b3b0a024b2f13ea3599 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 6 Jul 2025 08:42:09 +0200 Subject: [PATCH] chore: Update pre-commit --- .pre-commit-config.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d32053b..1896f11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,13 @@ repos: -- hooks: +- repo: https://github.com/commitizen-tools/commitizen + rev: v4.8.2 + hooks: - id: commitizen - id: commitizen-branch stages: - pre-push - repo: https://github.com/commitizen-tools/commitizen - rev: v4.8.2 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.12.2 + hooks: + - id: ruff-check + - id: ruff-format