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 90a2696 commit 74e4f7cCopy full SHA for 74e4f7c
mypy/main.py
@@ -511,9 +511,6 @@ def add_invertible_flag(flag: str,
511
parser.error("Missing target module, package, files, or command.")
512
elif code_methods > 1:
513
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")
517
518
# Set build flags.
519
if options.strict_optional_whitelist is not None:
0 commit comments