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

A bunch of minor code improvements #6

Merged
merged 9 commits into from
Oct 8, 2024

Conversation

seberm
Copy link
Collaborator

@seberm seberm commented Sep 19, 2024

No description provided.

.gitignore Outdated Show resolved Hide resolved
"tmt~=1.35",
"fastapi~=0.112",
"tmt~=1.36",
"fastapi~=0.115",

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.

Copy link
Contributor

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.

src/tmt_web/generators/html_generator.py Show resolved Hide resolved
src/tmt_web/generators/json_generator.py Show resolved Hide resolved
Copy link
Contributor

@psss psss left a 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!

@psss psss merged commit 14dcdb0 into teemtee:use_fast_api Oct 8, 2024
1 check passed
@psss psss changed the title Fixup review A bunch of minor code improvements Oct 8, 2024
psss pushed a commit that referenced this pull request Oct 8, 2024
* 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
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.

4 participants