Spaces:
Sleeping
Sleeping
slight reorg
Browse files- .pre-commit-config.yaml +1 -1
- app.ipynb +0 -0
- options/main.ipynb +0 -0
- options/options.py +0 -2
- options/utlis.py +0 -2
- app.py β stocks/app.py +0 -2
.pre-commit-config.yaml
CHANGED
|
@@ -18,7 +18,7 @@ repos:
|
|
| 18 |
rev: 5.13.2
|
| 19 |
hooks:
|
| 20 |
- id: isort
|
| 21 |
-
args: ["--profile", "black", "--filter-files", "--
|
| 22 |
|
| 23 |
- repo: https://github.com/pycqa/flake8
|
| 24 |
rev: 7.1.1
|
|
|
|
| 18 |
rev: 5.13.2
|
| 19 |
hooks:
|
| 20 |
- id: isort
|
| 21 |
+
args: ["--profile", "black", "--filter-files", "--combine-as"]
|
| 22 |
|
| 23 |
- repo: https://github.com/pycqa/flake8
|
| 24 |
rev: 7.1.1
|
app.ipynb
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
options/main.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
options/options.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
from __future__ import annotations
|
| 2 |
-
|
| 3 |
import pandas as pd
|
| 4 |
import yfinance as yf
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 1 |
import pandas as pd
|
| 2 |
import yfinance as yf
|
| 3 |
|
options/utlis.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
from __future__ import annotations
|
| 2 |
-
|
| 3 |
import warnings
|
| 4 |
|
| 5 |
import matplotlib.dates as mdates
|
|
|
|
|
|
|
|
|
|
| 1 |
import warnings
|
| 2 |
|
| 3 |
import matplotlib.dates as mdates
|
app.py β stocks/app.py
RENAMED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
from __future__ import annotations
|
| 2 |
-
|
| 3 |
import json
|
| 4 |
|
| 5 |
if __name__ == "__main__":
|
|
|
|
|
|
|
|
|
|
| 1 |
import json
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|