PGH003: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:14:33 +02:00
parent cbf9678534
commit 8f8426de52
29 changed files with 212 additions and 102 deletions

View File

@@ -106,7 +106,7 @@ def test_parse_deployment_address(
def noop() -> Generator[None, Any]:
yield
maybe_check_exception = noop() # type: ignore
maybe_check_exception = noop() # type: ignore[assignment]
with maybe_check_exception:
machine_name = "foo"