mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
- 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/*,
|