We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8633255 commit 3c87e0fCopy full SHA for 3c87e0f
2 files changed
CHANGELOG.md
@@ -65,6 +65,8 @@ END_UNRELEASED_TEMPLATE
65
### Fixed
66
* (gazelle) Fixed handling of auto-included `__init__.py` files when generating `py_binary`
67
targets ([#3729](https://github.com/bazel-contrib/rules_python/issues/3729)).
68
+* (entry_point) From now on `mypy` type checking will be skipped on the generated
69
+ files ([#3126](https://github.com/bazel-contrib/rules_python/issues/3126)).
70
71
{#v0-0-0-added}
72
### Added
python/private/py_console_script_gen.py
@@ -62,6 +62,7 @@
62
raise
63
64
if __name__ == "__main__":
+ # type: ignore
sys.exit({entry_point}())
"""
0 commit comments