genienlp/pyproject.toml

18 lines
219 B
TOML
Raw Normal View History

[tool.black]
line-length = 127
target-version = ['py38']
skip-string-normalization = true
exclude = '''
/(
\.git
| \.mypy_cache
| \.venv
| _build
| buck-out
| build
| dist
)/
2021-05-24 21:54:36 +00:00
'''
2021-07-24 01:47:53 +00:00
[tool.pycln]
all = true