Commit 38d87a3d
Changed files (3)
src/openai/types/chat/chat_completion_audio.py
@@ -1,7 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
-
from ..._models import BaseModel
__all__ = ["ChatCompletionAudio"]
pyproject.toml
@@ -74,11 +74,12 @@ format = { chain = [
"format:ruff",
"format:docs",
"fix:ruff",
+ # run formatting again to fix any inconsistencies when imports are stripped
+ "format:ruff",
]}
"format:black" = "black ."
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
"format:ruff" = "ruff format"
-"format:isort" = "isort ."
"lint" = { chain = [
"check:ruff",
requirements-dev.lock
@@ -141,7 +141,7 @@ requests==2.31.0
respx==0.20.2
rich==13.7.1
# via inline-snapshot
-ruff==0.6.5
+ruff==0.6.9
setuptools==68.2.2
# via nodeenv
six==1.16.0