exclude core from pyright

This commit is contained in:
dni ⚡ 2023-02-06 13:24:32 +01:00
parent 3bd68cb394
commit 16679c0d65
No known key found for this signature in database
GPG Key ID: 886317704CC4E618

View File

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