This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +32
-40
lines changed
tests/integration/goldens Expand file tree Collapse file tree 8 files changed +32
-40
lines changed Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+ ignore_missing_imports = False
45
5- # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ # TODO(https://github.com/googleapis/gapic-generator-python/issues/2563):
7+ # Dependencies that historically lacks py.typed markers
8+ [mypy-google.iam.*]
69ignore_missing_imports = True
710
8- # FIX: Silences the "note: By default the bodies of untyped functions are not checked"
9- # This keeps CI logs clean and focused on actual errors.
10- check_untyped_defs = False
11-
1211# Helps mypy navigate the 'google' namespace more reliably in 3.10+
1312explicit_package_bases = True
1413
You can’t perform that action at this time.
0 commit comments