Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Last active January 20, 2020 07:38
Show Gist options
  • Save stlehmann/3e67fddfc1a15c26f6b851842b6d6b4d to your computer and use it in GitHub Desktop.
Save stlehmann/3e67fddfc1a15c26f6b851842b6d6b4d to your computer and use it in GitHub Desktop.
mypy.ini [strict]
[mypy]
ignore_missing_imports = True
follow_imports = silent
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment