AutoGPT/.flake8

12 lines
155 B
Plaintext
Raw Normal View History

2023-04-14 18:58:04 +00:00
[flake8]
max-line-length = 88
extend-ignore = E203
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv/*
.venv/*
reports/*
dist/*