Skip to content

Commit

Permalink
fix(ruff): pre-commit wrong arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 27, 2023
1 parent 884445f commit 0eb104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0eb104d

Please sign in to comment.