exclude core from pyright
This commit is contained in:
@@ -94,6 +94,9 @@ include = [
|
|||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
"lnbits/wallets/lnd_grpc_files",
|
"lnbits/wallets/lnd_grpc_files",
|
||||||
|
"lnbits/wallets",
|
||||||
|
"lnbits/core",
|
||||||
|
"lnbits/*.py",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|||||||
Reference in New Issue
Block a user