Skip to content

Commit

Permalink
Apply workaround from bazel-contrib#15 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmall committed Apr 11, 2024
1 parent c289c0c commit c9380d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mypy.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def _mypy_rule_impl(ctx, is_aspect = False):
"{SRCS}": " ".join([
shell.quote(f.path) if is_aspect else shell.quote(f.short_path)
for f in src_files
if not "bazel-out" in f.path
]),
"{VERBOSE_OPT}": "--verbose" if DEBUG else "",
"{VERBOSE_BASH}": "set -x" if DEBUG else "",
Expand Down

0 comments on commit c9380d5

Please sign in to comment.