Add ruff auto sort imports hook (#3342)
This commit is contained in:
parent
6cdf9d2889
commit
f5a16307bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue