mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 07:54:21 +01:00
12 lines
155 B
INI
12 lines
155 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
exclude =
|
|
.tox,
|
|
__pycache__,
|
|
*.pyc,
|
|
.env
|
|
venv/*
|
|
.venv/*
|
|
reports/*
|
|
dist/* |