https://gitlab.com/tezos/tezos
Revision 85efcee865f874054ff2ab899bec26b54e7a963c authored by marcbeunardeau on 25 August 2022, 13:03:37 UTC, committed by marcbeunardeau on 25 August 2022, 13:03:37 UTC
1 parent af82dd5
Raw File
Tip revision: 85efcee865f874054ff2ab899bec26b54e7a963c authored by marcbeunardeau on 25 August 2022, 13:03:37 UTC
also works :)
Tip revision: 85efcee
mypy.ini
[mypy]
check_untyped_defs = True
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
back to top