webchat / pyproject.toml
hhz520's picture
Upload 170 files
61517de
raw
history blame contribute delete
No virus
161 Bytes
[tool.black]
line-length = 176
target-version = ['py37']
include = '\.pyi?$'
extend-exclude = '.+/(dist|.venv|venv|build|lib)/.+'
[tool.isort]
profile = "black"