Merge pull request #422 from dmunozv04/dependabot/pre_commit/https-/github.com/astral-sh/ruff-pre-commit-0.15.5

Bump https://github.com/astral-sh/ruff-pre-commit from v0.12.12 to 0.15.5
This commit is contained in:
David
2026-03-10 19:53:54 +01:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ repos:
- id: mixed-line-ending # replaces or checks mixed line ending
- id: trailing-whitespace # checks for trailing whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.15.5
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]