CineSync/pyproject.toml

11 lines
126 B
TOML

[tool.black]
line-length = 79
skip-string-normalization = 'true'
exclude = '''
venv/
.git/
migrations/
.dev/
.prod/
.test/
'''