mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
281 B
11 lines
281 B
[tool.black]
|
|
exclude = "(\\.mypy_cache|node_modules|scss|sql|static)"
|
|
|
|
[tool.isort]
|
|
skip = "alembic"
|
|
line_length = 88
|
|
multi_line_output = 3 # "Vertical Hanging Indent" style
|
|
include_trailing_comma = true
|
|
lines_after_imports = 2
|
|
known_third_party = "alembic"
|
|
order_by_type = false
|