We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9fd02 commit fb4e5dfCopy full SHA for fb4e5df
examples/transcription/transcription/transcription.py
@@ -1,5 +1,4 @@
1
from asyncio import Event, Queue, TaskGroup
2
-from contextlib import asynccontextmanager
3
from typing import Callable
4
5
from google import genai
pyproject.toml
@@ -66,14 +66,11 @@ include = ["fishjam"]
66
requires = ["hatchling"]
67
build-backend = "hatchling.build"
68
69
-[tool.ruff]
70
-select = ["F", "I"]
71
-
72
[tool.ruff.lint]
73
select = ["F", "I", "E"]
74
ignore = []
75
76
-[tool.ruff.extend-per-file-ignores]
+[tool.ruff.lint.extend-per-file-ignores]
77
"fishjam/_openapi_client/**" = ["E501"]
78
79
[tool.pytest.ini_options]
0 commit comments