pre-commit update to ruff only

This commit is contained in:
Keenan Tims 2025-04-24 18:13:57 -07:00
parent b3cfb961d2
commit 32b5a0d0a5

View File

@ -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: