typechecks made more strict using more flags

This commit is contained in:
dlee 2023-02-03 16:30:07 -06:00
parent 0c507dc5db
commit 7f3af6a8ed

View File

@ -1,3 +1,9 @@
[mypy]
ignore_missing_imports = True
plugins=mypy_zope:plugin
show_column_numbers = True
pretty = True
show_error_codes = True
warn_unused_configs =True
warn_redundant_casts = True
strict_equality = True