We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1320087 commit c3f53e9Copy full SHA for c3f53e9
pyproject.toml
@@ -66,7 +66,6 @@ format = { chain = [
66
# run formatting again to fix any inconsistencies when imports are stripped
67
"format:ruff",
68
]}
69
-"format:black" = "black ."
70
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
71
"format:ruff" = "ruff format"
72
@@ -126,10 +125,6 @@ path = "README.md"
126
125
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
127
replacement = '[\1](https://github.com/openai/openai-python/tree/main/\g<2>)'
128
129
-[tool.black]
130
-line-length = 120
131
-target-version = ["py37"]
132
-
133
[tool.pytest.ini_options]
134
testpaths = ["tests"]
135
addopts = "--tb=short"
0 commit comments