memgraph/pyproject.toml

13 lines
148 B
TOML
Raw Normal View History

2022-11-09 17:48:34 +08:00
[tool.black]
line-length = 120
include = '\.pyi?$'
extend-exclude = '''
/(
| .git
| .__pycache__
| build
| libs
| .cache
)/
'''