Skip to content

Commit b3101cb

Browse files
committed
stricter mypy settings
1 parent f6514be commit b3101cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.meta/mypy.ini

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ disallow_incomplete_defs = true
55
disallow_untyped_defs = true
66
no_implicit_optional = true
77
scripts_are_modules = true
8+
warn_redundant_casts = true
9+
warn_unused_ignores = true
810

911
[mypy-setuptools.*]
1012
ignore_missing_imports = True

0 commit comments

Comments
 (0)