This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
tests/integration/goldens Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
Original file line number Diff line number Diff line change 11[mypy]
22python_version = 3.14
33namespace_packages = True
4+
5+ # FIX: Prevents failure when dependencies (like google-iam) lack type hints
6+ ignore_missing_imports = True
7+
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+
12+ # Helps mypy navigate the 'google' namespace more reliably in 3.10+
13+ explicit_package_bases = True
14+
15+ # Performance: reuse results from previous runs to speed up 'nox'
16+ incremental = True
You can’t perform that action at this time.
0 commit comments