Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2025-09-19 02:41:41 +00:00 committed by github-actions[bot]
parent 15046b1998
commit 973e8800b8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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