Files
OpenBB/openbb_platform/extensions/devtools
Theodore Aptekarev a784bbacb0 Move pytest dependencies from openbb level to to core dev deps level (#5829)
* Move pytest to core dev deps

* removing openbb-core from devtools

* Fix dev_install script not picking developer dependencies

---------

Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
2023-11-30 15:02:41 +00:00
..
2023-11-13 15:03:31 +00:00
2023-11-30 09:58:25 +00:00
2023-11-13 15:03:31 +00: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