|
[mypy] |
|
python_version = 3.7 |
|
color_output = True |
|
error_summary = True |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enable_error_code = |
|
ignore-without-code |
|
|
|
follow_imports = normal |
|
|
|
ignore_missing_imports = False |
|
|
|
pretty = true |
|
|
|
show_column_numbers = true |
|
show_error_codes = true |
|
strict_optional = True |
|
|
|
warn_no_return = True |
|
|
|
|
|
|
|
[mypy-Cython.*] |
|
ignore_missing_imports = true |
|
|
|
[mypy-distutils.*] |
|
ignore_missing_imports = true |
|
|
|
[mypy-expandvars] |
|
ignore_missing_imports = true |
|
|
|
[mypy-idna] |
|
ignore_missing_imports = true |
|
|
|
[mypy-pytest] |
|
ignore_missing_imports = true |
|
|
|
[mypy-tomllib] |
|
ignore_missing_imports = true |
|
|