Skip to content

Releases: bazel-contrib/bazel-mypy-integration

Bug Fixes

06 Jan 08:22
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

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

20 Dec 08:26
Compare
Choose a tag to compare
0.0.4

Fix incorrect inclusion of third-pary python code in MyPy checking

Supporting for include Python code from `deps` attr in checking

15 Dec 09:58
Compare
Choose a tag to compare
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.

15 Dec 05:19
Compare
Choose a tag to compare
0.0.2

MyPy config supported. .pyi files and stub folder supported

Experimental release: the very basic functionality is working

01 Dec 12:00
Compare
Choose a tag to compare
0.0.1

readme update