Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created March 9, 2023 13:49
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 exarkun/ce7e9dabdce8f1849de35f735685a054 to your computer and use it in GitHub Desktop.
Save exarkun/ce7e9dabdce8f1849de35f735685a054 to your computer and use it in GitHub Desktop.
[mypy]
ignore_missing_imports = True
no_implicit_optional = True
plugins = mypy_zope:plugin
pretty = True
show_column_numbers = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
warn_unused_configs = True
warn_unused_ignores = True
[mypy-allmydata.test.cli.wormholetesting]
strict = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment