dev-python/grpc-stubs: add 1.53.0.3

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2023-10-03 01:44:14 +02:00
parent e4c58e9a96
commit 36ee81ca06
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Tests should fail if mypy fails to find the stubs that are to be tested.
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[mypy]
check_untyped_defs = True
ignore_errors = False
-ignore_missing_imports = True
+ignore_missing_imports = False
strict_optional = True
no_error_summary = True
no_color_output = True