lnbits/mypy.ini
calle e7dd3ec64f
reactivate actions (#682)
* reactivate other actions

* black

* codeql 2

* black only

* remove mock event loop

* do not follow grpc
2022-06-27 01:11:35 +02:00

8 lines
169 B
INI

[mypy]
ignore_missing_imports = True
exclude = lnbits/wallets/lnd_grpc_files/
exclude = lnbits/extensions/
[mypy-lnbits.wallets.lnd_grpc_files.*]
follow_imports = skip