-
Notifications
You must be signed in to change notification settings - Fork 4
fix: code style to match pyflakes and flake8-pyi #603
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
Conversation
|
Skipping tests and docs for the moment. |
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.
Just left some comments explaining the modified files. Last failures are located in the ansys/stk/core/__init__.py file due to the lack of a __all__ declaration.
ae89ac7 to
8b66fc6
Compare
MaxJPRey
left a comment
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.
LGTM.
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.
Looks good, and changes are synced on our side, though doing so required running isort on the API, which modifies the order of imports on a number of files. I will add these modifications in a future PR.
This pull-request is a continuation of #220. It enables the
pyflakesrule in Ruff.