Skip to content

Commit a656288

Browse files
sararobcopybara-github
authored andcommitted
chore: GenAI SDK client - only run mypy on _genai dir
PiperOrigin-RevId: 785548925
1 parent df66fd2 commit a656288

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

vertexai/_genai/mypy.ini

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,8 @@
33
disable_error_code = import-not-found, import-untyped, arg-type
44

55
# We only want to run mypy on _genai dir, ignore dependent modules
6-
[mypy-vertexai.agent_engines.*]
6+
[mypy-vertexai.*]
77
ignore_errors = True
88

9-
[mypy-vertexai.preview.*]
10-
ignore_errors = True
11-
12-
[mypy-vertexai.generative_models.*]
13-
ignore_errors = True
14-
15-
[mypy-vertexai.prompts.*]
16-
ignore_errors = True
17-
18-
[mypy-vertexai.tuning.*]
19-
ignore_errors = True
20-
21-
[mypy-vertexai.caching.*]
22-
ignore_errors = True
9+
[mypy-vertexai._genai.*]
10+
ignore_errors = False

0 commit comments

Comments
 (0)