Update pre-commit hooks (#323)

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-11-04 12:42:02 +01:00 committed by GitHub
parent 2fddc9149a
commit e13a13a58c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,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.3 rev: v0.1.4
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]
@ -79,7 +79,7 @@ repos:
- id: md-toc - id: md-toc
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 1.6.0 rev: 1.7.0
hooks: hooks:
- id: poetry-check - id: poetry-check