Update pre-commit hooks (#557)

Update versions of pre-commit hooks to latest version.
This commit is contained in:
Philipp Horstenkamp 2024-01-12 14:39:48 +01:00 committed by GitHub
commit 1347d4f0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.1.11 rev: v0.1.12
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]