diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10b0dc9b2..028858db7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: ruff-ci name: ruff-ci entry: ruff - args: [ --config, pyproject.toml, --fix, --show-fixes, --exit-non-zero-on-fix, --format-output "text" ] + args: [ --config, pyproject.toml, --fix, --show-fixes, --exit-non-zero-on-fix, --output-format "text" ] language: system types_or: [python] stages: [manual]