mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-12 18:15:46 +02:00
Fix mypy error
This commit is contained in:
parent
000337107b
commit
5a76cbd2ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue