Fix mypy error

pull/115/head
stijndcl 2022-06-21 18:50:00 +02:00
parent 000337107b
commit 5a76cbd2ec
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ line-length = 120
plugins = [
"sqlalchemy.ext.mypy.plugin"
]
namespace_packages = true
[[tool.mypy.overrides]]
module = ["discord.*", "feedparser.*", "markdownify.*"]
ignore_missing_imports = true