Skip to content

Commit c3f53e9

Browse files
chore(internal): remove unused black config (#1807)
1 parent 1320087 commit c3f53e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ format = { chain = [
6666
# run formatting again to fix any inconsistencies when imports are stripped
6767
"format:ruff",
6868
]}
69-
"format:black" = "black ."
7069
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
7170
"format:ruff" = "ruff format"
7271

@@ -126,10 +125,6 @@ path = "README.md"
126125
pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)'
127126
replacement = '[\1](https://github.com/openai/openai-python/tree/main/\g<2>)'
128127

129-
[tool.black]
130-
line-length = 120
131-
target-version = ["py37"]
132-
133128
[tool.pytest.ini_options]
134129
testpaths = ["tests"]
135130
addopts = "--tb=short"

0 commit comments

Comments
 (0)