build(deps): bump ruff-pre-commit to 0.16.3

This commit is contained in:
Normann
2026-08-21 01:10:56 +02:00
parent f162047ea0
commit fd6e177c03
+4 -1
View File
@@ -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)