From 406d1f5ab53c93c3531b5f80b0e081649b9d6437 Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:29:19 +0200 Subject: [PATCH] Fix formatting in integrations/chroma/pyproject.toml --- integrations/chroma/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index 0e89860df..7f0943a30 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -64,7 +64,8 @@ python = ["3.9", "3.10"] [tool.hatch.envs.lint] installer = "uv" detached = true -dependencies = ["pip", +dependencies = [ + "pip", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243",