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: