Version updates for pre-commit/poetry/linter (#74)

Just a rutine update to keep ruff up to date and sync.
This commit is contained in:
2023-09-03 17:56:13 +02:00
committed by GitHub
parent 80faf57c77
commit f20823a613
3 changed files with 32 additions and 32 deletions

View File

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