10 lines
325 B
TOML
10 lines
325 B
TOML
[tool.black]
|
|
line-length = 79
|
|
|
|
[tool.isort]
|
|
known_first_party = ["szurubooru"]
|
|
known_third_party = ["PIL", "alembic", "coloredlogs", "freezegun", "nacl", "numpy", "pyrfc3339", "pytest", "pytz", "sqlalchemy", "yaml", "youtube_dl"]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
force_grid_wrap = 0
|
|
use_parentheses = true
|