We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e532aca commit 6973399Copy full SHA for 6973399
mypy.ini
@@ -11,6 +11,7 @@ follow_imports = normal
11
local_partial_types = true
12
strict_equality = true
13
no_implicit_optional = true
14
+report_deprecated_as_error = true
15
warn_incomplete_stub = true
16
warn_redundant_casts = true
17
warn_unused_configs = true
script/hassfest/mypy_config.py
@@ -43,6 +43,7 @@
43
"local_partial_types": "true",
44
"strict_equality": "true",
45
"no_implicit_optional": "true",
46
+ "report_deprecated_as_error": "true",
47
"warn_incomplete_stub": "true",
48
"warn_redundant_casts": "true",
49
"warn_unused_configs": "true",
0 commit comments