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