Files
pipecat/examples/instant-voice/server/pyproject.toml
2025-02-14 14:19:17 -03:00

11 lines
166 B
TOML

[tool.ruff]
exclude = [".git", "*_pb2.py"]
line-length = 100
[tool.ruff.lint]
select = [
"I", # Import rules
]
[tool.ruff.lint.pydocstyle]
convention = "google"