mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
* NUT-04: add description * skip test for deprecated api * fix for lndgrpc * add test for cli * add two random tests * add max length to request model validator * skip cli test with description for deprecated api * add cli test for invoice command * default value to None
12 lines
223 B
INI
12 lines
223 B
INI
[mypy]
|
|
python_version = 3.9
|
|
# disallow_untyped_defs = True
|
|
; check_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-cashu.nostr.*]
|
|
ignore_errors = True
|
|
|
|
[mypy-cashu.lightning.lnd_grpc.protos.*]
|
|
ignore_errors = True
|