chore(bindings/python): Add Justfile and format codebase#6677
chore(bindings/python): Add Justfile and format codebase#6677Xuanwo merged 19 commits intoapache:mainfrom
Conversation
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you for working on this, but the change set is too complex to me.
most of the changes are a result of linting and formatting from ruff. the tests and the benchmarks pass as usual. |
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you for working on this! I’d really like us to start with a simple, clean Justfile containing only the essential steps. I don’t want to maintain one cluttered with commands I never use.
|
@Xuanwo i've dropped some unnecessary changes (removed "RUF", # ruff-specific rules) from this PR in addition to your comments. |
Xuanwo
left a comment
There was a problem hiding this comment.
Thank you for working on this!
Which issue does this PR close?
Parts from #6622
Rationale for this change
Partially Closes #6253
What changes are included in this PR?
Are there any user-facing changes?
No, just better dev experience and code formatting.
No breaking changes are introduced.