mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
* reactivate other actions * black * codeql 2 * black only * remove mock event loop * do not follow grpc
7 lines
169 B
INI
7 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
|