memgraph/pyproject.toml
2022-11-09 11:48:34 +02:00

13 lines
148 B
TOML

[tool.black]
line-length = 120
include = '\.pyi?$'
extend-exclude = '''
/(
| .git
| .__pycache__
| build
| libs
| .cache
)/
'''