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

This commit is contained in:
dni ⚡ 2023-02-27 15:53:41 +01:00
parent fa58a5fa4c
commit 7be46587db
No known key found for this signature in database
GPG key ID: 886317704CC4E618

View file

@ -69,9 +69,6 @@ include = [
]
exclude = [
"lnbits/wallets/lnd_grpc_files",
"lnbits/wallets",
"lnbits/core",
"lnbits/*.py",
"lnbits/extensions",
]