Skip to content

Commit

Permalink
pre-commit: Fix Ruff invocation for >=0.5.0
Browse files Browse the repository at this point in the history
Related changes in Ruff:
astral-sh/ruff#9687
  • Loading branch information
hartwork committed Jun 30, 2024
1 parent 543c72b commit 39a86ba
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 @@ -6,7 +6,7 @@ repos:
rev: v0.5.0
hooks:
- id: ruff
args: ["--show-source"]
args: ["--output-format=full"]
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 39a86ba

Please sign in to comment.