Merge pull request #1469 from lnbits/pyright4-extensions-only

pyright but only for extensions
This commit is contained in:
Arc 2023-02-10 09:49:00 +00:00 committed by GitHub
commit 741f1a3daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 221 additions and 191 deletions

View file

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