-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first setup of ruff for python linting #1158
Conversation
Signed-off-by: Marijn Valk <marijncv@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Was easy to get working locally for me.
Before I can merge, could you fix the conflicts in the test file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I had one comment around catching BaseException vs. Exception, but overlall looks great!
Signed-off-by: Marijn Valk <marijncv@hotmail.com>
Signed-off-by: Marijn Valk <marijncv@hotmail.com>
Thanks for the pointers @roeap & @wjones127! |
# Description This PR sets up ruff for python linting. It also enables isort from within ruff and removes the standalone isort. # Related Issue(s) closes delta-io#1149 --------- Signed-off-by: Marijn Valk <marijncv@hotmail.com>
Description
This PR sets up ruff for python linting. It also enables isort from within ruff and removes the standalone isort.
Related Issue(s)
closes #1149