fix up mypy.ini, and properly ignore grpc and extension

This commit is contained in:
dni 2022-07-19 13:06:19 +02:00
parent b8c99a15d1
commit 83a000d7c9
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,8 @@
[mypy]
ignore_missing_imports = True
exclude = lnbits/wallets/lnd_grpc_files/
exclude = lnbits/extensions/
exclude = (?x)(
^lnbits/extensions.
| ^lnbits/wallets/lnd_grpc_files.
)
[mypy-lnbits.wallets.lnd_grpc_files.*]
follow_imports = skip

View File

@ -43,6 +43,7 @@ sqlalchemy==1.3.23
sqlalchemy-aio==0.16.0
sse-starlette==0.6.2
starlette==0.14.2
types-protobuf==3.19.22
typing-extensions==3.10.0.2
uvicorn==0.15.0
uvloop==0.16.0