diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-05 13:36:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 13:36:49 -0500 |
commit | c8617ce8aecb40ccf1d13c02dcd7d7e74e79b56b (patch) | |
tree | cf901030197768b2aa21d2d3fcf0426948a94111 /yoshi/__main__.py | |
parent | 1fc982100a13de26bfca3419d1a6c5a65acad3d2 (diff) | |
download | yoshi-cli-c8617ce8aecb40ccf1d13c02dcd7d7e74e79b56b.tar.gz yoshi-cli-c8617ce8aecb40ccf1d13c02dcd7d7e74e79b56b.tar.bz2 yoshi-cli-c8617ce8aecb40ccf1d13c02dcd7d7e74e79b56b.zip |
migrate from pylint to ruff-action (#4)
* migrate from pylint to ruff-action
* temporarily disable push param
* Commit from GitHub Actions (Pylint)
* re-enable push param
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'yoshi/__main__.py')
-rw-r--r-- | yoshi/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yoshi/__main__.py b/yoshi/__main__.py index b7e6c6f..a94bac4 100644 --- a/yoshi/__main__.py +++ b/yoshi/__main__.py @@ -4,4 +4,5 @@ Entry point for the yoshi cli app. if __name__ == "__main__": from yoshi.cli import yoshi + yoshi() |