Skip to content
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

some pylint fixes #228

Merged
merged 3 commits into from
Oct 17, 2023
Merged

some pylint fixes #228

merged 3 commits into from
Oct 17, 2023

Conversation

wdpypere
Copy link
Contributor

mainly implement f-strings. Not finished by a long shot. As an unexpected side effect, about 5 % faster on my machine.

import pprint
import re
import sys
import pkg_resources
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to keep this alphabetical?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pylint says the order is wrong

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dependencies between the modules I assume.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough.

@itkovian itkovian merged commit 672a30e into hpcugent:master Oct 17, 2023
3 checks passed
@wdpypere wdpypere deleted the cleanup branch October 18, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants