From 32b5a0d0a5682262bd1a41d0efd29b0cfee84278 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Thu, 24 Apr 2025 18:13:57 -0700 Subject: [PATCH] pre-commit update to ruff only --- .pre-commit-config.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8cc02a..58892ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: