9 lines
No EOL
174 B
TOML
9 lines
No EOL
174 B
TOML
[tool.isort]
|
|
profile = 'black'
|
|
line_length = 99
|
|
combine_as_imports = true
|
|
|
|
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py38']
|
|
include = '\.pyi?$' |