fix: update pre-commit ruff (#2316)

wasnt working after latest ruff update
This commit is contained in:
dni ⚡ 2024-03-12 08:47:13 +01:00 committed by GitHub
parent a1ea04acf8
commit e3b9bd6a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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