mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Use rich for log colorization
This commit is contained in:
parent
104b838aed
commit
2c48ab66d4
3 changed files with 54 additions and 35 deletions
2
mypy.ini
2
mypy.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue