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

Migrate edpickle to bin with linting applied. #197

Closed

Conversation

jonasbardino
Copy link
Contributor

Migrate edpickle to ./bin/ with isort and ruff cleanup applied.
Modify a bit for python 2+3 support and optional initial file loading while at it, to a.o. ease testing.

@jonasbardino jonasbardino added the refactor Non-functional changes to simplify or clean up label Feb 13, 2025
@jonasbardino jonasbardino self-assigned this Feb 13, 2025
@jonasbardino jonasbardino force-pushed the adjust/move-edpickle-to-bin-with-lint-fixes branch 3 times, most recently from bc0ae5e to ea33975 Compare February 13, 2025 11:29
@jonasbardino jonasbardino requested a review from a team February 13, 2025 12:02
Modify a bit for python 2+3 support and optional initial file loading while
at it, to a.o. ease testing.
…a `main`

function for clarity, and to avoid pylint (bogus) warnings about clearly actual
variables not following constant `ALL_CAPS`-format (C0103) when they happen to
be in global scope.
…ngling

`sys.path` when needed and to prevent `vulture` detecting the test helper
`import mig` as unused code, when it is only the used to potentially trigger
an `ImportError` on insufficient load paths.
… in python

module path mangling to prevent mypy 'Incompatible types in assignment' error.
@jonasbardino jonasbardino force-pushed the adjust/move-edpickle-to-bin-with-lint-fixes branch from ea33975 to 66c748e Compare February 26, 2025 07:34
@jonasbardino
Copy link
Contributor Author

Merged through svn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Non-functional changes to simplify or clean up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant