chore: Update ruff pre-commit version (#7293)

This commit is contained in:
Julian Risch 2024-03-04 16:02:35 +01:00 committed by GitHub
parent 9a0e2e58fd
commit 15373de114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ repos:
- id: black-jupyter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
rev: v0.3.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]