Skip to content

Commit

Permalink
Alt & mutual fund unit test & cleanup (#4540)
Browse files Browse the repository at this point in the history
* Alternative & Mutual Funds unit tests & cleanup

* ruff

* add dependency

* general linting updates

* Update reqs

* pytest-recorder updates

* pre-commit config

* checkout dependencies from develop

* dependency update

* dependency update

* pytest-recorder updates

---------

Co-authored-by: James Maslek <[email protected]>
Co-authored-by: montezdesousa <[email protected]>
  • Loading branch information
3 people authored Mar 23, 2023
1 parent e69966b commit 2bf1729
Show file tree
Hide file tree
Showing 116 changed files with 41,975 additions and 11,146 deletions.
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

0 comments on commit 2bf1729

Please sign in to comment.