Skip to content

Commit f2d2a0c

Browse files
committed
chore: add 'more-itertools' to lint environment dependencies
1 parent 814f53c commit f2d2a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/google_genai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ types = "mypy --install-types --non-interactive --explicit-package-bases {args:s
7474
[tool.hatch.envs.lint]
7575
installer = "uv"
7676
detached = true
77-
dependencies = ["pip", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243"]
77+
dependencies = ["pip", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243", "more-itertools"]
7878

7979
[tool.hatch.envs.lint.scripts]
8080
typing = "mypy --install-types --non-interactive --explicit-package-bases {args:src/ tests}"

0 commit comments

Comments
 (0)