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

13 lines
190 B
TOML
Raw Normal View History

[tool.isort]
profile = "black"
force_single_line = true
atomic = true
lines_after_imports = 2
lines_between_types = 1
filter_files = true
[tool.black]
line-length = 88
include = '\.pyi?$'