1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

pre-commit: Add --show-source to ruff

Suggested by Jair Henrique.
This commit is contained in:
Sebastian Pipping
2023-12-12 19:54:29 +01:00
parent 97ad51fe6c
commit b0cb8765d5

View File

@@ -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