Files
OpenBB/openbb_platform/extensions/devtools
Henrique Joaquim cc8263a5ff [Release] 4.2.0 (#6420)
* add snowflake integration video (#6339)

* [HotFix] Fix broken URLs in docs page. (#6368)

* Fix broken URLs

* use full URL to other docs pages.

* remove nest_asyncio.apply()

* fix: sort tradingeconomics country choices

* fix lint

* fix: clean _callback function

* assign to empty dict

* feat: add licence to .toml files

* fix: readmes

* fix: add CLA url

* release: 4.20 % dependencies

* Skip deprecation test

* lint

* Sync with main (#6421)

* add snowflake integration video (#6339)

* [HotFix] Fix broken URLs in docs page. (#6368)

* Fix broken URLs

* use full URL to other docs pages.

---------

Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>

* pylint disable possibly-used-before-assignment

* Update CLI toml

---------

Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
Co-authored-by: Diogo Sousa <montezdesousa@gmail.com>
Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
2024-05-15 20:04:36 +02:00
..
2024-05-10 22:06:32 +00:00
2024-05-15 20:04:36 +02: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