Skip to content

1.2.0

Compare
Choose a tag to compare
@yezz123 yezz123 released this 18 Jun 00:23
· 130 commits to main since this release
5ec7f10

Features

  • 🔧 Update Python versions for mypy workflow. PR #603 by @yezz123.

Refactors

  • 🔧 Remove no-untyped-def from disabled error codes. PR #621 by @yezz123.
  • 🔧 Remove arg-type from disabled error codes. PR #619 by @yezz123.
  • 🔧 Remove dict-item from disabled error codes. PR #617 by @yezz123.
  • 🔧 Remove call-arg from disabled error codes. PR #616 by @yezz123.
  • 🔧 Remove return-value from disabled error codes. PR #615 by @yezz123.
  • 🔧 Remove call-overload from disabled error codes. PR #613 by @yezz123.
  • 🔧 Remove type-arg from disabled error codes. PR #612 by @yezz123.
  • 🐛 remove print() in the release file. PR #594 by @pinchXOXO.

Upgrades

Docs

Internal

  • 🔨 Integrate mypy and enhance typing in code. PR #532 by @yezz123.
  • 🔧 Separate CI of testing from Release one . PR #593 by @yezz123.