autogpt / benchmark /.flake8
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame
231 Bytes
[flake8]
max-line-length = 88
# Ignore rules that conflict with Black code style
extend-ignore = E203, W503
exclude =
__pycache__/,
*.pyc,
.pytest_cache/,
venv*/,
.venv/,
reports/,
agbenchmark/reports/,