kitsune/pyproject.toml

8 строки
313 B
TOML
Исходник Обычный вид История

2020-07-24 16:24:49 +03:00
[tool.black]
line-length = 99
# NB: this can only be updated once black supports the target python version,
# so may lag behind the version of python we're using. This shouldn't matter
# unless we're using completely new syntax:
target-version = ['py38']
2020-09-12 00:42:20 +03:00
exclude = "^.*/migrations/.*$|kitsune/sumo/db_strings.py"