-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/restructure project for python #8
Conversation
7451077
to
b1ea886
Compare
b1ea886
to
82e4007
Compare
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, mostly small comments from me. Since you're pulling in some changes from the Python template repo, can you also update .pre-commit-config.yaml
and the Makefile
? The Makefile
should call the pre-commit
hooks for consistency
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.
Looking good @stand-by, just one more thing in the Makefile
and then I think we're good to go on this
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 one more question
This is the PR to establish the structure and populate boilerplate. Things are probably going to evolve and change as we develop our codebase, but this should be a good starting point. With these changes everything runs fine and should not crash. pyproject.toml/setup.py situation needs some work for proper packaging so I'd prefer to arrange that into a separate task