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 3632c55 commit 24de3d5Copy full SHA for 24de3d5
mypy/main.py
@@ -510,9 +510,6 @@ def add_invertible_flag(flag: str,
510
parser.error("Missing target module, package, files, or command.")
511
elif code_methods > 1:
512
parser.error("May only specify one of: module/package, files, or command.")
513
- if options.bazel:
514
- if not options.incremental:
515
- fail("--bazel requires --incremental")
516
517
# Set build flags.
518
if options.strict_optional_whitelist is not None:
0 commit comments