do not ignore core and wallets for pyright, bug probably got introduced while rebasing...

This commit is contained in:
dni ⚡
2023-04-04 07:35:04 +02:00
parent fa58a5fa4c
commit 7be46587db
-3
View File
@@ -69,9 +69,6 @@ include = [
] ]
exclude = [ exclude = [
"lnbits/wallets/lnd_grpc_files", "lnbits/wallets/lnd_grpc_files",
"lnbits/wallets",
"lnbits/core",
"lnbits/*.py",
"lnbits/extensions", "lnbits/extensions",
] ]