Skip to content

v0.2.9

Choose a tag to compare

@rubensgomes rubensgomes released this 01 Mar 23:33
· 15 commits to main since this release

Summary

Minor maintenance release: moves mypy back from standalone pipx install to Poetry dev dependency, restructures poethepoet clean task into individual subtasks with a sequence combiner, adds pylint step to the release-plan command, and updates SETUP.md accordingly.

Changes

  • Moved mypy back from standalone pipx install to Poetry dev dependency
  • Restructured poethepoet clean task into individual subtasks with a sequence combiner
  • Added pylint step to the release-plan slash command
  • Removed mypy from SETUP.md prerequisites and pipx install/upgrade lists
  • Added mypy to SETUP.md dev dependencies section
  • Suppressed unused-argument pylint warning on health_check route handler