Skip to content

Releases: mkorpela/overrides

Typing improved

24 Apr 14:06
506d871
Compare
Choose a tag to compare

Improved support for mypy types and type checking with py.typed.
Distribution as a wheel also.

Signature checks

24 Apr 09:45
cb03ddb
Compare
Choose a tag to compare

EnforceOverrides now checks argument and return value signatures for overriding problems.
This is a backwards incompatible change.
Special thanks to @ashwin153 for all the hard work on making this possible!

#35