We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6514be commit b3101cbCopy full SHA for b3101cb
.meta/mypy.ini
@@ -5,6 +5,8 @@ disallow_incomplete_defs = true
5
disallow_untyped_defs = true
6
no_implicit_optional = true
7
scripts_are_modules = true
8
+warn_redundant_casts = true
9
+warn_unused_ignores = true
10
11
[mypy-setuptools.*]
12
ignore_missing_imports = True
0 commit comments