sukiboo commited on
Commit
0d4b053
Β·
1 Parent(s): 127125d

slight reorg

Browse files
.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", "--add-import", "from __future__ import annotations", "--combine-as"]
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__":