We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5525a1b commit 112dab0Copy full SHA for 112dab0
pyproject.toml
@@ -77,7 +77,6 @@ format = { chain = [
77
# run formatting again to fix any inconsistencies when imports are stripped
78
"format:ruff",
79
]}
80
-"format:black" = "black ."
81
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
82
"format:ruff" = "ruff format"
83
@@ -137,10 +136,6 @@ path = "README.md"
137
136
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
138
replacement = '[\1](https://github.com/openai/openai-python/tree/main/\g<2>)'
139
140
-[tool.black]
141
-line-length = 120
142
-target-version = ["py37"]
143
-
144
[tool.pytest.ini_options]
145
testpaths = ["tests"]
146
addopts = "--tb=short"
0 commit comments