mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
exclude core from pyright
This commit is contained in:
@@ -94,6 +94,9 @@ include = [
|
||||
]
|
||||
exclude = [
|
||||
"lnbits/wallets/lnd_grpc_files",
|
||||
"lnbits/wallets",
|
||||
"lnbits/core",
|
||||
"lnbits/*.py",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
Reference in New Issue
Block a user