From ead70c66bfde3521e707729ab43b1e710353eb67 Mon Sep 17 00:00:00 2001 From: Sebastian Jeltsch Date: Sun, 5 Jan 2025 22:47:29 +0100 Subject: [PATCH] Add back explicit config for python formatter. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8f58ae..e062a93 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -130,7 +130,7 @@ repos: ### Python client - id: python_format name: Python format - entry: poetry -C client/trailbase-py run black --check . + entry: sh -c 'pwd && ls && ls client/trailbase-py && poetry -C client/trailbase-py run black --version && poetry -C client/trailbase-py run black --config client/trailbase-py/pyproject.toml --check .' language: system types: [file] files: .*\.(py)$