Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 112dab0

Browse files
stainless-app[bot]stainless-bot
authored andcommittedOct 21, 2024·
chore(internal): remove unused black config (#1807)
1 parent 5525a1b commit 112dab0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ format = { chain = [
7777
# run formatting again to fix any inconsistencies when imports are stripped
7878
"format:ruff",
7979
]}
80-
"format:black" = "black ."
8180
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
8281
"format:ruff" = "ruff format"
8382

@@ -137,10 +136,6 @@ path = "README.md"
137136
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
138137
replacement = '[\1](https://github.com/openai/openai-python/tree/main/\g<2>)'
139138

140-
[tool.black]
141-
line-length = 120
142-
target-version = ["py37"]
143-
144139
[tool.pytest.ini_options]
145140
testpaths = ["tests"]
146141
addopts = "--tb=short"

0 commit comments

Comments
 (0)
Please sign in to comment.