mirror of https://github.com/stijndcl/didier
Fix mypy error
parent
000337107b
commit
5a76cbd2ec
|
@ -5,6 +5,7 @@ line-length = 120
|
||||||
plugins = [
|
plugins = [
|
||||||
"sqlalchemy.ext.mypy.plugin"
|
"sqlalchemy.ext.mypy.plugin"
|
||||||
]
|
]
|
||||||
|
namespace_packages = true
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = ["discord.*", "feedparser.*", "markdownify.*"]
|
module = ["discord.*", "feedparser.*", "markdownify.*"]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
Loading…
Reference in New Issue