Develop and lint openbb-agents
mainTo develop the project, use poetry for environment management and ruff for linting and formatting.
Setup Development Environment:
poetry installLinting and Formatting with ruff:
- Run checks:
ruff check - Fix errors:
ruff check --fix - Format code:
ruff format - Install pre-commit hooks:
pre-commit install
Testing:
Run tests using pytest:
pytest -n 8 tests/