File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,12 @@ format = { chain = [
74
74
" format:ruff" ,
75
75
" format:docs" ,
76
76
" fix:ruff" ,
77
+ # run formatting again to fix any inconsistencies when imports are stripped
78
+ " format:ruff" ,
77
79
]}
78
80
"format:black" = " black ."
79
81
"format:docs" = " python scripts/utils/ruffen-docs.py README.md api.md"
80
82
"format:ruff" = " ruff format"
81
- "format:isort" = " isort ."
82
83
83
84
"lint" = { chain = [
84
85
" check:ruff" ,
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ requests==2.31.0
141
141
respx==0.20.2
142
142
rich==13.7.1
143
143
# via inline-snapshot
144
- ruff==0.6.5
144
+ ruff==0.6.9
145
145
setuptools==68.2.2
146
146
# via nodeenv
147
147
six==1.16.0
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
4
-
5
4
from ..._models import BaseModel
6
5
7
6
__all__ = ["ChatCompletionAudio" ]
You can’t perform that action at this time.
0 commit comments