1
0
Fork 0
ptpython/pyproject.toml
Daniel Baumann 0014608abc
Adding upstream version 3.0.16.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 18:23:09 +01:00

13 lines
305 B
TOML

[tool.black]
target-version = ['py36']
[tool.isort]
# isort configuration that is compatible with Black.
multi_line_output = 3
include_trailing_comma = true
known_first_party = "ptpython"
known_third_party = "prompt_toolkit,pygments,asyncssh"
force_grid_wrap = 0
use_parentheses = true
line_length = 88