Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2025-09-11 02:41:27 +00:00 committed by github-actions[bot]
parent ea2062b2bc
commit 3fbd8f3789
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ repos:
args: ["--tab-width", "2"] args: ["--tab-width", "2"]
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12 rev: v0.13.0
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]

View File

@ -36,7 +36,7 @@ repos:
# Run the Ruff linter. # Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12 rev: v0.13.0
hooks: hooks:
# Linter # Linter
- id: ruff-check - id: ruff-check