Skip to content

Commit 25113ec

Browse files
fix(py): format generated code with config from pyproject.toml (#285)
We use the same config when linting. STACKITSDK-466
1 parent ecbef41 commit 25113ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-sdk/languages/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ generate_python_sdk() {
192192
# Run formatter
193193
isort .
194194
autoimport --ignore-init-modules .
195-
black .
195+
uv run black --config pyproject.toml .
196196

197197
done
198198

0 commit comments

Comments
 (0)