diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ec25845..ecaa021a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,7 @@ repos: rev: v0.1.7 hooks: - id: ruff + args: ["--show-source"] - id: ruff-format args: ["--diff"]