llm_demo/pyproject.toml (8 lines of code) (raw):

[tool.isort] profile = "black" [tool.mypy] python_version = 3.11 warn_unused_configs = true [[tool.mypy.overrides]] module = ["vertexai.evaluation"] ignore_missing_imports = true