mq-quiz / pyproject.toml
Pamela Fox
Flake8 and black
f243d4f
raw
history blame
107 Bytes
[tool.black]
line-length = 120
target-version = ['py39']
exclude = '''
/(
| \.venv
| migrations
)/
'''