andreped's picture
Reformated code; updated linting
a22f65f
raw
history blame
No virus
303 Bytes
[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/