1
0
Fork 0
mirror of https://github.com/python-poetry/install.python-poetry.org.git synced 2024-09-19 08:07:11 -04:00
PoetryInstaller/pyproject.toml

12 lines
202 B
TOML

[tool.isort]
py_version = 36
profile = "black"
force_single_line = true
combine_as_imports = true
lines_between_types = 1
lines_after_imports = 2
[tool.black]
target-version = ['py36']
preview = true