MonkeyCanCode commented on PR #1954: URL: https://github.com/apache/polaris/pull/1954#issuecomment-3026124075
> @MonkeyCanCode what exactly did you run here btw? I still see conflicts/changes on #1912 after running `ruff check client/python/cli --fix` there. For the above, I am using `uv` to setup `ruff` as `ruff` is not part of the current tool we used. You can do the same with following instructions: ``` ➜ polaris git:(main) cd client ➜ client git:(main) uv add --dev ruff ➜ client git:(main) uv run ruff format ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
