2
0

mypy.ini 73 B

1234
  1. [mypy]
  2. strict = True
  3. disallow_untyped_calls = False
  4. python_version = 3.8