Add ruff auto sort imports hook (#3342)

This commit is contained in:
Daniel Girtler 2025-04-04 22:46:32 +11:00 committed by GitHub
parent 6cdf9d2889
commit f5a16307bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ repos:
rev: v0.11.3
hooks:
- id: ruff
args: ["check", "--select", "I", "--fix"]
fail_fast: true
- id: ruff
- repo: local
hooks:
- id: pylint