Skip to content

Commit

Permalink
other: update etfs list
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubPluta committed Mar 29, 2024
1 parent ef477a1 commit 559a9b2
Show file tree
Hide file tree
Showing 3 changed files with 20,771 additions and 19,551 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
ifeq ($(OS),Windows_NT)
os := Windows
else
os := $(shell uname)
endif

pretty:
isort etfpy/ && isort tests/
black etfpy/ && black tests/
Expand All @@ -16,3 +10,6 @@ test-functional:
pytest tests/test_functional.py -ss -vv
scrape:
python etfpy/scripts/scrape_etfs.py
scrape-refresh:
python etfpy/scripts/scrape_etfs.py -fp=etfpy/data/etfs/etfs_list.json

Loading

0 comments on commit 559a9b2

Please sign in to comment.