mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
c4494d8c02
- Add data directory to exclusion list in `.flake8` configuration file - Ignore agent-generated python files while linting in `pyproject.toml` file
13 lines
152 B
INI
13 lines
152 B
INI
[flake8]
|
|
max-line-length = 88
|
|
exclude =
|
|
.tox,
|
|
__pycache__,
|
|
*.pyc,
|
|
.env
|
|
venv*/*,
|
|
.venv/*,
|
|
reports/*,
|
|
dist/*,
|
|
data/*,
|