diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df4ff68..11f83b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: rev: v0.11.12 hooks: - id: ruff - files: "^backend/" - id: ruff args: [ "check", "--select", "I", "--fix" ] - id: ruff-format