Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mypy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,10 @@ def infer_python_executable(options: Options, special_opts: argparse.Namespace)

FOOTER: Final = """Environment variables:
Define MYPYPATH for additional module search path entries.
Define MYPY_CACHE_DIR to override configuration cache_dir path."""
Define MYPY_CACHE_DIR to override configuration cache_dir path.
Define MYPY_FORCE_COLOR (or, failing that, FORCE_COLOR) to a non-zero integer
(or any non-empty non-integer string) to force mypy to output in color.
"""


class CapturableArgumentParser(argparse.ArgumentParser):
Expand Down
Loading