openai/openai-python
Publicmirrored from https://github.com/openai/openai-pythonAvailable
pyproject.toml
13lines · modeblame
ca2fbacfDamien Deville3 years ago | 1 | [build-system] |
| 2 | requires = ["setuptools"] | |
| 3 | build-backend = "setuptools.build_meta" | |
86dff298Jon Bringhurst3 years ago | 4 | |
db4750c1Henrique Oliveira Pinto4 years ago | 5 | [tool.black] |
| 6 | target-version = ['py36'] | |
| 7 | exclude = '.*\.ipynb' | |
| 8 | | |
| 9 | [tool.isort] | |
| 10 | py_version = 36 | |
| 11 | include_trailing_comma = "true" | |
| 12 | line_length = 88 | |
86dff298Jon Bringhurst3 years ago | 13 | multi_line_output = 3 |