Skip to content

Commit

Permalink
pre-commit: Add --show-source to ruff
Browse files Browse the repository at this point in the history
Suggested by Jair Henrique.
  • Loading branch information
hartwork committed Dec 12, 2023
1 parent 97ad51f commit b0cb876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repos:
rev: v0.1.7
hooks:
- id: ruff
args: ["--show-source"]
- id: ruff-format

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

0 comments on commit b0cb876

Please sign in to comment.