mq-quiz / pyproject.toml
Pamela Fox
From flake8 to ruff
93cf63b
raw
history blame
157 Bytes
[tool.black]
line-length = 120
target-version = ['py39']
exclude = '''
/(
| \.venv
| migrations
)/
'''
[tool.ruff]
line-length = 120
ignore = ['D203']