Skip to content

Commit fb4e5df

Browse files
Fix linter config
1 parent ac9fd02 commit fb4e5df

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/transcription/transcription/transcription.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from asyncio import Event, Queue, TaskGroup
2-
from contextlib import asynccontextmanager
32
from typing import Callable
43

54
from google import genai

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,11 @@ include = ["fishjam"]
6666
requires = ["hatchling"]
6767
build-backend = "hatchling.build"
6868

69-
[tool.ruff]
70-
select = ["F", "I"]
71-
7269
[tool.ruff.lint]
7370
select = ["F", "I", "E"]
7471
ignore = []
7572

76-
[tool.ruff.extend-per-file-ignores]
73+
[tool.ruff.lint.extend-per-file-ignores]
7774
"fishjam/_openapi_client/**" = ["E501"]
7875

7976
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)