Skip to content

Commit

Permalink
Add back explicit config for python formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 5, 2025
1 parent 98922ee commit ead70c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$
Expand Down

0 comments on commit ead70c6

Please sign in to comment.