Skip to content

Commit

Permalink
Fix formatting in integrations/chroma/pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Oct 18, 2024
1 parent e24f844 commit 406d1f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 406d1f5

Please sign in to comment.