Use rich for log colorization

This commit is contained in:
I-Al-Istannen
2020-05-08 19:28:34 +02:00
parent 104b838aed
commit 2c48ab66d4
3 changed files with 54 additions and 35 deletions

View File

@ -3,5 +3,5 @@ disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
[mypy-colorama,bs4]
[mypy-rich.*,bs4]
ignore_missing_imports = True