Skip to content

Commit 74e4f7c

Browse files
author
Guido van Rossum
committed
Drop the -i requirement for --bazel; it's not strictly needed
1 parent 90a2696 commit 74e4f7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,6 @@ def add_invertible_flag(flag: str,
511511
parser.error("Missing target module, package, files, or command.")
512512
elif code_methods > 1:
513513
parser.error("May only specify one of: module, package, files, or command.")
514-
if options.bazel:
515-
if not options.incremental:
516-
fail("--bazel requires --incremental")
517514

518515
# Set build flags.
519516
if options.strict_optional_whitelist is not None:

0 commit comments

Comments
 (0)