File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ requests==2.31.0
141141respx==0.20.2
142142rich==13.7.1
143143 # via inline-snapshot
144- ruff==0.6.5
144+ ruff==0.6.9
145145setuptools==68.2.2
146146 # via nodeenv
147147six==1.16.0
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33
4-
54from ..._models import BaseModel
65
76__all__ = ["ChatCompletionAudio" ]
You can’t perform that action at this time.
0 commit comments