Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kakumusic
/
autogpt
like
0
Configuration error
App
Files
Files
Community
b225a21
autogpt
/
forge
/
.flake8
kakumusic
Upload folder using huggingface_hub
b225a21
verified
3 months ago
raw
Copy download link
history
blame
Safe
201 Bytes
[flake8]
max-
line
-length =
88
# Ignore rules that
conflict
with
Black code style
extend-ignore = E203, W503
exclude
=
.git,
__pycache__/,
*.pyc,
.pytest_cache/,
venv*/,
.venv/,