fix up mypy.ini, and properly ignore grpc and extension
This commit is contained in:
parent
b8c99a15d1
commit
83a000d7c9
2 changed files with 6 additions and 4 deletions
7
mypy.ini
7
mypy.ini
|
|
@ -1,7 +1,8 @@
|
||||||
[mypy]
|
[mypy]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
exclude = lnbits/wallets/lnd_grpc_files/
|
exclude = (?x)(
|
||||||
exclude = lnbits/extensions/
|
^lnbits/extensions.
|
||||||
|
| ^lnbits/wallets/lnd_grpc_files.
|
||||||
|
)
|
||||||
[mypy-lnbits.wallets.lnd_grpc_files.*]
|
[mypy-lnbits.wallets.lnd_grpc_files.*]
|
||||||
follow_imports = skip
|
follow_imports = skip
|
||||||
|
|
|
||||||
|
|
@ -43,9 +43,10 @@ sqlalchemy==1.3.23
|
||||||
sqlalchemy-aio==0.16.0
|
sqlalchemy-aio==0.16.0
|
||||||
sse-starlette==0.6.2
|
sse-starlette==0.6.2
|
||||||
starlette==0.14.2
|
starlette==0.14.2
|
||||||
|
types-protobuf==3.19.22
|
||||||
typing-extensions==3.10.0.2
|
typing-extensions==3.10.0.2
|
||||||
uvicorn==0.15.0
|
uvicorn==0.15.0
|
||||||
uvloop==0.16.0
|
uvloop==0.16.0
|
||||||
watchgod==0.7
|
watchgod==0.7
|
||||||
websockets==10.0
|
websockets==10.0
|
||||||
zipp==3.5.0
|
zipp==3.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue