mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
fix: narrow down the list of ignore_missing_imports
modules
This commit is contained in:
@@ -97,21 +97,7 @@ exclude = """(?x)(
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
"embit.*",
|
||||
"secp256k1.*",
|
||||
"uvicorn.*",
|
||||
"sqlalchemy.*",
|
||||
"sqlalchemy_aio.*",
|
||||
"websocket.*",
|
||||
"websockets.*",
|
||||
"pyqrcode.*",
|
||||
"cashu.*",
|
||||
"shortuuid.*",
|
||||
"grpc.*",
|
||||
"lnurl.*",
|
||||
"bitstring.*",
|
||||
"ecdsa.*",
|
||||
"psycopg2.*",
|
||||
"pyngrok.*"
|
||||
"cashu.*"
|
||||
]
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
|
Reference in New Issue
Block a user