diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78421d7..833a540 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,10 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.9.10 hooks: - - id: ruff-format + - id: ruff + args: [ --fix ] + - id: ruff-format + # Runs Ruff linting - just checks without fixing, but blocks commit if errors are found. # - id: ruff