Revision 5fbfc1031126cd1807a0070273434b31a951506d authored by Valentin Chaboche on 05 December 2022, 08:14:42 UTC, committed by Valentin Chaboche on 06 December 2022, 16:28:39 UTC
Renames the rollup address hash
1 parent a995a7a
Raw File
mypy.ini
[mypy]
check_untyped_defs = True
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
back to top