diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc20e86eba..51735b7d9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,8 +24,7 @@ repos: rev: v0.2.0 hooks: - id: ruff - name: "Run ruff linter and apply fixes" - args: ["--fix"] + name: "Run ruff linter" - id: ruff-format name: "Format Python code"