mq-quiz / pyproject.toml
Pamela Fox
Change infrastructure
fb79ec6
raw
history blame
195 Bytes
[tool.ruff]
select = ["E", "F", "I", "UP"]
target-version = "py310"
line-length = 120
[tool.black]
target-version = ['py310']
line-length = 120
exclude = '''
/(
| \.venv
| migrations
)/
'''