mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-08-31 12:46:38 +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 ---
|
# --- Linting + Formatting via Ruff ---
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.16.0
|
rev: v0.16.3
|
||||||
hooks:
|
hooks:
|
||||||
# Run the linter and fix simple isssues automatically
|
# Run the linter and fix simple isssues automatically
|
||||||
- id: ruff
|
- id: ruff
|
||||||
@@ -76,6 +76,9 @@ repos:
|
|||||||
stages: [pre-push]
|
stages: [pre-push]
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
|
|
||||||
|
# Validate new commit messages before push (using Python wrapper)
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
# Validate new commit messages before push (using Python wrapper)
|
# Validate new commit messages before push (using Python wrapper)
|
||||||
- id: commitizen-new-commits
|
- id: commitizen-new-commits
|
||||||
name: Commitizen (check new commits only, .venv aware)
|
name: Commitizen (check new commits only, .venv aware)
|
||||||
|
|||||||
Reference in New Issue
Block a user