Files
OpenBB/openbb_platform/extensions/devtools
Henrique Joaquim 10cfd1e961 Release/4.0.0 (#5837)
* pyproject toml and poetry.lock files

* static assets

* fix link to platform

* bump core

* 4.0.1 adjustments
2023-11-30 18:48:27 +01:00
..
2023-11-30 09:58:25 +00:00
2023-11-30 18:48:27 +01:00

The OpenBB DevTools Extension

This extension aggregates the dependencies that facilitate a nice development experience for OpenBB. It does not contain any code itself, but rather pulls in the following dependencies:

  • Linters (ruff, pylint, mypy)
  • Code formatters (black)
  • Code quality tools (bandit)
  • Pre-commit hooks (pre-commit)
  • CI/CD configuration (tox, pytest, pytest-cov)
  • Jupyter kernel (ipykernel)
  • ... add your productivity booster here ...

Installation

The extension is included into the dev_install.py script.

Standalone installation:

pip install openbb-devtools