mirror of https://github.com/Textualize/rich.git
14 lines
206 B
INI
14 lines
206 B
INI
|
[mypy]
|
||
|
|
||
|
[mypy-pygments.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-IPython.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-commonmark.*]
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-ipywidgets.*]
|
||
|
ignore_missing_imports = True
|