mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-08-31 04:36:37 +00:00
build(deps): bump ruff-pre-commit to 0.16.3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user