e7dd3ec64f
* reactivate other actions * black * codeql 2 * black only * remove mock event loop * do not follow grpc
8 lines
169 B
INI
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
|