Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2025-09-05 02:41:06 +00:00 committed by github-actions[bot]
parent 6e35a4ef44
commit b933a61e5c
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.11 rev: v0.12.12
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.11 rev: v0.12.12
hooks: hooks:
# Linter # Linter
- id: ruff-check - id: ruff-check