Files
example-code-2e/08-def-type-hints/mypy.ini
Luciano Ramalho 01e717b60a updated from Atlas
2021-08-07 00:44:01 -03:00

5 lines
87 B
INI

[mypy]
python_version = 3.9
warn_unused_configs = True
disallow_incomplete_defs = True