AutoGPT/.flake8

12 lines
140 B
Plaintext
Raw Normal View History

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