module documentation

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, 7)
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']