Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsmith842 committed Jul 29, 2023
2 parents 8dc00f7 + a8da89b commit 70d92bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -21,4 +21,4 @@ jobs:
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') --fail-under=7.0 --recursive=y --enable=W
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# thrifty-rabbit

[![Pylint](https://github.com/ggsmith842/thrifty-rabbit/actions/workflows/pylint.yml/badge.svg)](https://github.com/ggsmith842/thrifty-rabbit/actions/workflows/pylint.yml)

![Logo](https://github.com/ggsmith842/thrifty-rabbit/blob/main/thirfyRabbit.jpg?raw=true)



### Goals:
1. Monitor a portfolio for performance and health.
2. Optimize a portfolio by creating a robo-advisor with an objective of maximizing long-term returns.
Expand Down

0 comments on commit 70d92bc

Please sign in to comment.