dragonfly/pyproject.toml

13 lines
154 B
TOML
Raw Normal View History

[tool.black]
line-length = 100
include = '\.py$'
extend-exclude = '''
/(
| .git
| .__pycache__
| build-dbg
| build-opt
| helio
)/
'''