pre-commit update to ruff only
This commit is contained in:
parent
b3cfb961d2
commit
32b5a0d0a5
@ -4,13 +4,9 @@ repos:
|
||||
rev: v0.1.5 # Check for the latest version
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ["check", "--select", "I", "--fix"]
|
||||
- id: ruff-format
|
||||
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
rev: v3.11.0 # Check for the latest version
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0 # Check for the latest version
|
||||
hooks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user