Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
AutoGPT
like
247
Runtime error
App
Files
Files
Community
6
main
AutoGPT
/
.flake8
Ali Abid
first commit
0534c31
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
192 Bytes
[flake8]
max-line-length = 88
select =
"E303, W293, W291, W292, E305, E231, E302"
exclude =
.tox
,
__pycache__,
*
.pyc
,
.env
venv*/*,
.venv/
*,
reports/*,
dist/*,