You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type hinting changes for mypy compatibility (#140)
This commit includes the following changes :
- Add py.typed in manifest files, for including type stubs on dist files.
- Added mypy.ini file with configurations
- Made some generic class changes for mypy to realize the relationships bwn abstract and implemented classes
- Added no-strict-optionals for some packages in mypy.ini, will enhance to remove them slowly
0 commit comments