Skip to content

Instantly share code, notes, and snippets.

@oeeckhoutte
Created December 30, 2022 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oeeckhoutte/4fe79e513989e9de8611d6f8d429c98f to your computer and use it in GitHub Desktop.
Save oeeckhoutte/4fe79e513989e9de8611d6f8d429c98f to your computer and use it in GitHub Desktop.
mypy.ini
[mypy]
ignore_missing_imports = True
allow_redefinition = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_calls = True
no_strict_optional = False
no_warn_no_return = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment