16 lines
161 B
TOML
16 lines
161 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
line_length = 88
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.venv
|
|
| build
|
|
| dist
|
|
)/
|
|
'''
|