Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt & mutual fund unit test & cleanup #4540

Merged
merged 15 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.256'
rev: "v0.0.256"
hooks:
- id: ruff
- repo: https://github.com/codespell-project/codespell
Expand Down Expand Up @@ -61,6 +61,8 @@ repos:
"--exclude-files",
"cassettes/*",
"--exclude-files",
"record/*",
"--exclude-files",
"website/content/api/*",
]
exclude: package.lock.json
Expand Down
28 changes: 0 additions & 28 deletions openbb_terminal/mutual_funds/yfinance_model.py

This file was deleted.

138 changes: 0 additions & 138 deletions openbb_terminal/mutual_funds/yfinance_view.py

This file was deleted.

Loading