Instant voice example.
This commit is contained in:
11
examples/instant-voice/server/pyproject.toml
Normal file
11
examples/instant-voice/server/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[tool.ruff]
|
||||
exclude = [".git", "*_pb2.py"]
|
||||
line-length = 100
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"I", # Import rules
|
||||
]
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "google"
|
||||
Reference in New Issue
Block a user