pre-commit update

This commit is contained in:
Hynek Schlawack 2026-03-06 06:34:02 +01:00
parent c7ec7bf8de
commit 11df97d913
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.4
rev: v0.15.5
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
@ -17,7 +17,7 @@ repos:
args: [tests]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell