Revision 8311618451f6923a0e06f3ecf8cf39251d5df183 authored by iguerNL@Functori on 13 December 2022, 07:47:16 UTC, committed by Marge Bot on 13 December 2022, 10:36:18 UTC
1 parent e9dcec4
Raw File
mypy.ini
[mypy]
check_untyped_defs = True
ignore_missing_imports = True
[mypy-pytest]
ignore_missing_imports = True
back to top