mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-16 07:41:36 +02:00
* 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
|