inFocus7 / TrendGenie

Your content creation assistant.
GNU General Public License v3.0
2 stars 0 forks source link

Add PyLint Workflow for PRs #26

Closed inFocus7 closed 10 months ago

inFocus7 commented 10 months ago

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 and outputs where I couldn't find a way to use tuples/dataclasses to minify some functions.

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.