mypy.ini 214 B

12345678
  1. [mypy]
  2. strict = True
  3. enable_error_code = deprecated, ignore-without-code, truthy-bool
  4. disallow_any_unimported = True
  5. allow_redefinition_new = True
  6. local_partial_types = True
  7. show_absolute_path = True
  8. pretty = True