Files
nutshell/mypy.ini
callebtc 637e4ba80c NUT-04: add description (#613)
* 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
2024-09-09 11:50:02 +02:00

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