Ignore missing `rich` module for mypy

pull/1582/head
lebr0nli 3 years ago committed by Gulshan Singh
parent 563ca42bb7
commit 5a1c10ef51

@ -36,7 +36,7 @@ module = [
disable_error_code = ["name-defined"]
[[tool.mypy.overrides]]
module = ["capstone.*", "unicorn.*", "pwnlib.*", "elftools.*", "ipdb.*", "r2pipe", "rzpipe", "pt"]
module = ["capstone.*", "unicorn.*", "pwnlib.*", "elftools.*", "ipdb.*", "r2pipe", "rzpipe", "rich.*", "pt"]
ignore_missing_imports = true
[tool.isort]

Loading…
Cancel
Save