Introduces Python linter for PRs, to ensure all's good.
Fixes #12
There are some ignored linter issues due to how Gradio handles inputs and outputs where I couldn't find a way to use tuples/dataclasses to minify some functions.
[x] Get a 10/10 rating before merging.
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
Before you submit your pull request, please review the following checklist:
[ ] I have performed a self-review of my own code.
[ ] I have made corresponding changes to the documentation.
[ ] My changes generate no new warnings.
[ ] I have updated the Dockerfile with any new dependencies (if applicable).
Additional context
Add any other context about the pull request here.
Description
Introduces Python linter for PRs, to ensure all's good.
Fixes #12
There are some ignored linter issues due to how Gradio handles
inputs
andoutputs
where I couldn't find a way to use tuples/dataclasses to minify some functions.10/10
rating before merging.Type of change
Please delete options that are not relevant.
Checklist:
Before you submit your pull request, please review the following checklist:
Additional context
Add any other context about the pull request here.