Skip to content

Commit

Permalink
remove black
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryang20718 committed May 19, 2024
1 parent ca40d4b commit 2147774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -31,9 +31,9 @@ jobs:
python setup.py install
python -m pip install .[Dev]
- name: Run linter
run: python setup.py lint -c True
- name: Trunk Check # runs linters under trunk check
uses: trunk-io/trunk-action@v1

- name: Run test
run: python setup.py test

Expand Down
13 changes: 6 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = Simple and intuitive python framework for algorithmic trading.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tfukaza/harvest/

classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Expand All @@ -30,21 +30,20 @@ install_requires =
rich

[options.extras_require]
Alpaca =
Alpaca =
alpaca-trade-api
Robinhood =
Robinhood =
pyotp
robin_stocks
robin_stocks
Webull =
webull
Kraken =
Kraken =
krakenex
Dev =
coverage
black

[options.entry_points]
console_scripts =
console_scripts =
harvest = harvest.cli:main

[coverage:run]
Expand Down

0 comments on commit 2147774

Please sign in to comment.