mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
11 lines
181 B
TOML
11 lines
181 B
TOML
[tool.black]
|
|
line-length = 80
|
|
target-version = ["py38", "py39", "py310", "py311"]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
py_version = 38
|
|
multi_line_output = 3
|
|
line_length = 80
|
|
indent = 4
|
|
|