genienlp/pyproject.toml

18 lines
219 B
TOML

[tool.black]
line-length = 127
target-version = ['py38']
skip-string-normalization = true
exclude = '''
/(
\.git
| \.mypy_cache
| \.venv
| _build
| buck-out
| build
| dist
)/
'''
[tool.pycln]
all = true