add pyright to the project (#1367)

* add pyright to project + bump prettier to latest

* reformat to match the latest prettier rules
This commit is contained in:
Pavol Rusnak 2023-01-23 09:29:17 +00:00 committed by GitHub
parent 9693e5932b
commit a089188664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 82 additions and 49 deletions

View file

@ -86,6 +86,14 @@ lnbits = "lnbits.server:main"
[tool.isort]
profile = "black"
[tool.pyright]
include = [
"lnbits"
]
exclude = [
"lnbits/wallets/lnd_grpc_files",
]
[tool.mypy]
files = "lnbits"
exclude = """(?x)(