chore: run ruff with fix during precommit hook (#7264)

This commit is contained in:
Tobias Wochinger 2024-02-29 15:14:10 +01:00 committed by GitHub
parent fe0ac5c4a2
commit ee4d47952e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ repos:
rev: v0.0.290
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5