You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
518 B
32 lines
518 B
[mypy]
|
|
show_error_codes = True
|
|
warn_unused_configs = True
|
|
exclude=(docs|pyfakefs/tests)
|
|
|
|
[mypy-django.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-hotshot.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-openpyxl.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pandas.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-pathlib2.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-psyco.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-scandir.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-setuptools.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-xlrd.*]
|
|
ignore_missing_imports = True
|