Releases: bazel-contrib/bazel-mypy-integration
Releases · bazel-contrib/bazel-mypy-integration
Bug Fixes
Description
- External srcs from third-party package
deps
were correctly ignored, but not external srcs acquired transitively through an internal dep - Sources weren't properly de-duplicated
- empty
MYPYPATH
seemed to produce import errors. Now include the cwd.
Fix incorrect inclusion of third-party python code in MyPy checking
0.0.4 Fix incorrect inclusion of third-pary python code in MyPy checking
Supporting for include Python code from `deps` attr in checking
0.0.3 Can now support including a py_library or py_binary's deps in type ch…
MyPy config supported. .pyi files and stub folder supported.
0.0.2 MyPy config supported. .pyi files and stub folder supported
Experimental release: the very basic functionality is working
0.0.1 readme update