AutoGPT1 / .flake8
Vito99's picture
Duplicate from aliabid94/AutoGPT
40a5d34
raw
history blame contribute delete
192 Bytes
[flake8]
max-line-length = 88
select = "E303, W293, W291, W292, E305, E231, E302"
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv*/*,
.venv/*,
reports/*,
dist/*,