summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: b356239f661548a2863df439d010520bfe0e52d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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