Revert "fix: narrow down the list of ignore_missing_imports modules"
This reverts commit 7b6dfe1f498646cefe1bd8a5f25f3abe2d341b36.
This commit is contained in:
parent
c54a0b4f2a
commit
9ed5a19bd0
1 changed files with 15 additions and 1 deletions
|
|
@ -97,7 +97,21 @@ exclude = """(?x)(
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [
|
module = [
|
||||||
"embit.*",
|
"embit.*",
|
||||||
"cashu.*"
|
"secp256k1.*",
|
||||||
|
"uvicorn.*",
|
||||||
|
"sqlalchemy.*",
|
||||||
|
"sqlalchemy_aio.*",
|
||||||
|
"websocket.*",
|
||||||
|
"websockets.*",
|
||||||
|
"pyqrcode.*",
|
||||||
|
"cashu.*",
|
||||||
|
"shortuuid.*",
|
||||||
|
"grpc.*",
|
||||||
|
"lnurl.*",
|
||||||
|
"bitstring.*",
|
||||||
|
"ecdsa.*",
|
||||||
|
"psycopg2.*",
|
||||||
|
"pyngrok.*"
|
||||||
]
|
]
|
||||||
ignore_missing_imports = "True"
|
ignore_missing_imports = "True"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue