mirror of https://github.com/Textualize/rich.git
Update pyproject.toml
This commit is contained in:
parent
3a5fbd270c
commit
93b1a4202b
|
@ -59,5 +59,5 @@ show_error_codes = true
|
||||||
strict = true
|
strict = true
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = ["wcwidth.*", "pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"]
|
module = ["pygments.*", "IPython.*", "commonmark.*", "ipywidgets.*"]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
Loading…
Reference in New Issue