Files
OpenBB/openbb_platform/extensions/devtools
Pratyush Shukla 2d7c5c68fe Update openbb-devtools (#6008)
* update deps

* unpinned package versions from gh linting action

* codespell

* updated black dependency

* linting

* linting

* linting

* pin codespell version

* black

* black again

* install devtools in linting action
2024-01-29 12:21:06 +00:00
..
2024-01-29 12:21:06 +00:00
2024-01-29 12:21:06 +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