mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* start the pr * codespell * lint * lint * lint * more lint * allow parameterized dimensions to be set by 'dimension_values' pairs * missed file in commit * grammar police * more lint * frequency description * fix nasdaq test * new lint * more touchup * readme * readme * fix integration tests * fix more integration tests * list_indicators_by_dataflow is redundant * unused import * remove integration test for removed utils endpoint * update dependencies * add grouping mechanism for port info widgets. * fix nan string representation propagating in table_presentation * more presentation table updates * update lock * cli lock file
30 lines
753 B
Plaintext
Vendored
30 lines
753 B
Plaintext
Vendored
./tests
|
|
.git
|
|
*.bat
|
|
*.css
|
|
*.csv
|
|
*.html
|
|
*.ini
|
|
*.ipynb
|
|
*.js
|
|
*.json
|
|
*.lock
|
|
*.nsi
|
|
*.scss
|
|
*.txt
|
|
*.yaml
|
|
*.cdx.xml
|
|
./build/pyinstaller
|
|
./**/node_modules
|
|
./frontend-components/**
|
|
./cookiecutter/**
|
|
./openbb_platform/providers/econdb/openbb_econdb/utils/helpers.py
|
|
./openbb_platform/core/openbb/package/**
|
|
./openbb_platform/providers/imf/openbb_imf/utils/constants.py
|
|
./openbb_platform/extensions/economy/openbb_economy/economy_views.py
|
|
./openbb_platform/providers/fmp/openbb_fmp/models/calendar_ipo.py
|
|
./openbb_platform/providers/imf/openbb_imf/models/consumer_price_index.py
|
|
./desktop/src-tauri/src/tauri_handlers/startup.rs
|
|
./desktop/src/routes/environments.tsx
|
|
./desktop/src/tests/routes/installation-progress.test.tsx
|
|
./desktop/src/tests/routes/index.test.tsx |