diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4dad02..6f67554 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 # Use the desired version of ruff + rev: v0.9.0 hooks: - id: ruff args: ["--ignore=E711,E721"] # args: ["--fix"] # Automatically apply fixes where possible - id: ruff-format -repos: - repo: local hooks: - id: run-unittest