Skip to content

Commit b0cb876

Browse files
committed
pre-commit: Add --show-source to ruff
Suggested by Jair Henrique.
1 parent 97ad51f commit b0cb876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
rev: v0.1.7
77
hooks:
88
- id: ruff
9+
args: ["--show-source"]
910
- id: ruff-format
1011

1112
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)