summaryrefslogtreecommitdiff
path: root/server/pyproject.toml
blob: ccf47fc49b50410f4bffc5135477f0d360c221ba (plain)
1
2
3
4
5
6
7
8
9
10
[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