fix: narrow down the list of ignore_missing_imports modules
This commit is contained in:
parent
5ce79d9440
commit
c54a0b4f2a
1 changed files with 1 additions and 15 deletions
|
|
@ -97,21 +97,7 @@ exclude = """(?x)(
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [
|
module = [
|
||||||
"embit.*",
|
"embit.*",
|
||||||
"secp256k1.*",
|
"cashu.*"
|
||||||
"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