autogpt2 / classic /.flake8
seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
152 Bytes
[flake8]
max-line-length = 88
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv*/*,
.venv/*,
reports/*,
dist/*,
data/*,