From fd6e177c03ca124e24cbf6e7569422b266499f02 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 01:10:56 +0200 Subject: [PATCH] build(deps): bump ruff-pre-commit to 0.16.3 --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0fc255b..7bfe0f44 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # --- Linting + Formatting via Ruff --- - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.3 hooks: # Run the linter and fix simple isssues automatically - id: ruff @@ -76,6 +76,9 @@ repos: stages: [pre-push] pass_filenames: false + # Validate new commit messages before push (using Python wrapper) + - repo: local + hooks: # Validate new commit messages before push (using Python wrapper) - id: commitizen-new-commits name: Commitizen (check new commits only, .venv aware)