Commit b186bc57

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2024-10-21 19:54:15
chore(internal): remove unused black config (#1807)
1 parent 6634f52
Changed files (1)
pyproject.toml
@@ -77,7 +77,6 @@ format = { chain = [
   # 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"
 
@@ -137,10 +136,6 @@ path = "README.md"
 pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
 replacement = '[\1](https://github.com/openai/openai-python/tree/main/\g<2>)'
 
-[tool.black]
-line-length = 120
-target-version = ["py37"]
-
 [tool.pytest.ini_options]
 testpaths = ["tests"]
 addopts = "--tb=short"