Closed rachfop closed 4 months ago
Can you work out the CI kinks? Make sure the app lints and tests all complete properly. Can mark as draft while you work through them.
Thanks @rachfop! We followed through with this in https://github.com/temporalio/sdk-python/pull/566
What was changed
Added
isort: skip_file
in the.gitignore
file, because ruff will followisort
s commands. Replacedblack
withruff in the
.pyproject.toml` file.poe format
&&poe lint
There were a lot of changes made.
Why?
https://github.com/temporalio/sdk-python/issues/421
Checklist
Closes
How was this tested:
Any docs updates needed?