Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 859c672

Browse files
author
Stainless Bot
committedOct 18, 2024·
chore(internal): bump ruff dependency (#1801)
1 parent d3098dd commit 859c672

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ format = { chain = [
7474
"format:ruff",
7575
"format:docs",
7676
"fix:ruff",
77+
# run formatting again to fix any inconsistencies when imports are stripped
78+
"format:ruff",
7779
]}
7880
"format:black" = "black ."
7981
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
8082
"format:ruff" = "ruff format"
81-
"format:isort" = "isort ."
8283

8384
"lint" = { chain = [
8485
"check:ruff",

‎requirements-dev.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ requests==2.31.0
141141
respx==0.20.2
142142
rich==13.7.1
143143
# via inline-snapshot
144-
ruff==0.6.5
144+
ruff==0.6.9
145145
setuptools==68.2.2
146146
# via nodeenv
147147
six==1.16.0

‎src/openai/types/chat/chat_completion_audio.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33

4-
54
from ..._models import BaseModel
65

76
__all__ = ["ChatCompletionAudio"]

0 commit comments

Comments
 (0)
Please sign in to comment.