module documentation
(source)

Undocumented

Constant CACHE​_DIR Undocumented
Constant CONFIG​_FILE Undocumented
Constant CONFIG​_FILES Undocumented
Constant MANY​_ERRORS​_THRESHOLD Undocumented
Constant PYPROJECT​_CONFIG​_FILES Undocumented
Constant PYTHON2​_VERSION Undocumented
Constant PYTHON3​_VERSION Undocumented
Constant PYTHON3​_VERSION​_MIN Undocumented
Constant REPORTER​_NAMES Undocumented
Constant SHARED​_CONFIG​_FILES Undocumented
Constant USER​_CONFIG​_FILES Undocumented
CACHE_DIR: str = (source)

Undocumented

Value
'.mypy_cache'
CONFIG_FILE: list[str] = (source)

Undocumented

Value
['mypy.ini', '.mypy.ini']
MANY_ERRORS_THRESHOLD: int = (source)

Undocumented

Value
200
PYPROJECT_CONFIG_FILES: list[str] = (source)

Undocumented

Value
['pyproject.toml']
PYTHON2_VERSION: tuple[int, ...] = (source)

Undocumented

Value
(2, 7)
PYTHON3_VERSION: tuple[int, ...] = (source)

Undocumented

Value
(3, 6)
PYTHON3_VERSION_MIN: tuple[int, ...] = (source)

Undocumented

Value
(3, 4)
REPORTER_NAMES: list[str] = (source)

Undocumented

Value
['linecount',
 'any-exprs',
 'linecoverage',
 'memory-xml',
 'cobertura-xml',
 'xml',
 'xslt-html',
...
SHARED_CONFIG_FILES: list[str] = (source)

Undocumented

Value
['setup.cfg']
USER_CONFIG_FILES: list[str] = (source)

Undocumented

Value
['~/.config/mypy/config', '~/.mypy.ini']