Spaces:
Build error
Build error
File size: 303 Bytes
14bade9 a22f65f 14bade9 a22f65f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[metadata]
description-file = README.md
[isort]
force_single_line=True
known_first_party=chatbot
line_length=120
profile=black
[flake8]
# imported but unused in __init__.py, that's ok.
per-file-ignores=*__init__.py:F401
ignore=E203,W503,W605,F632,E266,E731,E712,E741
max-line-length=120
exclude=venv/
|