chore: pre-commit

This commit is contained in:
Chris Coutinho
2025-07-29 15:13:02 +02:00
parent 66d306708d
commit 2a5b12343c
+2 -2
View File
@@ -1,13 +1,13 @@
repos: repos:
- repo: https://github.com/commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.2 rev: v4.8.3
hooks: hooks:
- id: commitizen - id: commitizen
- id: commitizen-branch - id: commitizen-branch
stages: stages:
- pre-push - pre-push
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.2 rev: v0.12.5
hooks: hooks:
- id: ruff-check - id: ruff-check
- id: ruff-format - id: ruff-format