mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
457 B
INI
21 lines
457 B
INI
1 year ago
|
# IMPORTANT
|
||
|
# Set "ignore_missing_imports" per package below, rather than globally.
|
||
|
# That will help identify missing type stubs that should be added to the sanity test environment.
|
||
|
|
||
|
[mypy]
|
||
|
|
||
|
[mypy-docutils]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-docutils.core]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-docutils.writers]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-docutils.writers.manpage]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-argcomplete]
|
||
|
ignore_missing_imports = True
|