Skip to content

HandyLLM v0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 09:50
· 42 commits to main since this release
0c7a246

Release HandyLLM v0.9.1.

Added

  • 🔧 add lint dependency ruff
    • add scripts/lint.sh for linting
    • add scripts/format.sh for formatting, and format all files
    • add CI test workflow

Fixed

  • fix errors reported by ruff (E711, E722, F541)
  • fix TypeError on python 3.8 ('type' object is not subscriptable)