diff --git a/backend/.pre-commit-config.yaml b/backend/.pre-commit-config.yaml index a2c6278..4233d29 100644 --- a/backend/.pre-commit-config.yaml +++ b/backend/.pre-commit-config.yaml @@ -3,6 +3,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.3 hooks: - - id: ruff + - id: ruff-check args: [ --fix ] - id: ruff-format