diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf0e8f7653..ea8056071e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,9 @@ repos: # Ruff version. rev: v0.6.9 hooks: + # Run the formatter. + - id: ruff-format # Run the linter. - id: ruff args: ["--fix", "--show-fixes"] - # Run the formatter. - - id: ruff-format +