mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
15 lines
243 B
TOML
15 lines
243 B
TOML
|
[tool.isort]
|
||
|
profile = "black"
|
||
|
force_single_line = true
|
||
|
atomic = true
|
||
|
include_trailing_comma = true
|
||
|
lines_after_imports = 2
|
||
|
lines_between_types = 1
|
||
|
use_parentheses = true
|
||
|
filter_files = true
|
||
|
|
||
|
|
||
|
[tool.black]
|
||
|
line-length = 88
|
||
|
include = '\.pyi?$'
|