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)