Update pre-commit hooks (#275)

Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-26 23:38:55 +00:00 committed by GitHub
parent 0e388eb927
commit c7046eb975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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