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