Created
March 9, 2023 13:49
-
-
Save exarkun/ce7e9dabdce8f1849de35f735685a054 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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