We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaa535 commit d00c843Copy full SHA for d00c843
test/deprecation/test_attributes.py
@@ -52,6 +52,9 @@ def test_util_alias_import_warns() -> None:
52
def test_private_module_aliases() -> None:
53
"""These exist dynamically (for now) but mypy treats them as absent (intentionally).
54
55
+ This code verifies the effect of static type checking when analyzed by mypy, if mypy
56
+ is configured with ``warn_unused_ignores = true``.
57
+
58
More detailed dynamic behavior is examined in the subsequent test cases.
59
"""
60
git.head # type: ignore[attr-defined]
0 commit comments