Skip to content

Commit

Permalink
chore(internal): bump ruff dependency (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Oct 18, 2024
1 parent d3098dd commit 859c672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/openai/types/chat/chat_completion_audio.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["ChatCompletionAudio"]
Expand Down

0 comments on commit 859c672

Please sign in to comment.