autogpt / .flake8
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame contribute delete
No virus
152 Bytes
[flake8]
max-line-length = 88
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv*/*,
.venv/*,
reports/*,
dist/*,
data/*,