Merge pull request #3708 from pipecat-ai/mb/fix-quickstart-pyproject

Fix quickstart pyproject.toml
This commit is contained in:
Mark Backman
2026-02-10 22:09:49 -05:00
committed by GitHub

View File

@@ -18,6 +18,3 @@ dev = [
line-length = 100
[tool.ruff.lint]
select = ["I"]
[tool.uv.sources]
pipecat-ai = { path = "../../", editable = true }