-
Notifications
You must be signed in to change notification settings - Fork 3
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
A bunch of minor code improvements #6
Conversation
"tmt~=1.35", | ||
"fastapi~=0.112", | ||
"tmt~=1.36", | ||
"fastapi~=0.115", |
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.
Not much worth locking dependencies, I think would be better to only >=
if even necessary, github actions would pick up any incompatibilities, and probably there will be some packit packaging for the rest.
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.
hmm, probably not super important, but I'd keep it as is, unless you mean just specific packages. fwiw, they are not locked, well, only the major version is.
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.
Overall changes seem reasonable, let's merge this to finish the original pull request soon. Thanks for the cleanup!
* bump the dependencies to latest versions * fix the import of git_clone * no special reason for import alias * docstrings formatting and indentation problems * use f-strings instead * fix the order of imports * small improvements to readme * set execute permission to entrypoint.sh * small refactor of docstrings, unify quotation marks
No description provided.