depot/web/quotes/pyproject.toml

9 lines
99 B
TOML
Raw Normal View History

2021-01-19 03:51:22 +00:00
[tool.black]
target-version = ['py38']
exclude = '''
(
theme/static
| theme/static_src
)
'''