-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI revamp #78
Conversation
}, | ||
{ | ||
"type": "checking", | ||
"type": "Checking Accounts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
}, | ||
{ | ||
"type": "checking", | ||
"type": "Checking Accounts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"total": 370.21999999999997, | ||
"percentage": 0.3685 | ||
}, | ||
{ | ||
"type": "savings", | ||
"type": "Savings Accounts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"total": 370.21999999999997, | ||
"percentage": 0.3685 | ||
}, | ||
{ | ||
"type": "savings", | ||
"type": "Savings Accounts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"total": 145.78, | ||
"percentage": 0.1451 | ||
}, | ||
{ | ||
"type": "stocks", | ||
"type": "Investments", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"type": "stocks", | ||
"type": "Investments", | ||
"total": 100, | ||
"percentage": 0.0995 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
C812 missing trailing comma
"percentage": 0.0995 | ||
}, | ||
{ | ||
"type": "Stocks & ETFs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"percentage": 0.0995 | ||
}, | ||
{ | ||
"type": "Stocks & ETFs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"total": 333.23, | ||
"percentage": 0.3316 | ||
}, | ||
{ | ||
"type": "retirement", | ||
"type": "Retirement", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
"total": 333.23, | ||
"percentage": 0.3316 | ||
}, | ||
{ | ||
"type": "retirement", | ||
"type": "Retirement", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
@@ -82,4 +82,5 @@ def test_total_history(test_client): | |||
|
|||
|
|||
def insert_view(name: str, content: dict | list): | |||
db.execute("TRUNCATE views;") # not sure why this is needed since before each test db is cleaned up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
Q000 Double quotes found but single quotes preferred
@@ -82,4 +82,5 @@ def test_total_history(test_client): | |||
|
|||
|
|||
def insert_view(name: str, content: dict | list): | |||
db.execute("TRUNCATE views;") # not sure why this is needed since before each test db is cleaned up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
E261 at least two spaces before inline comment
@@ -82,4 +82,5 @@ def test_total_history(test_client): | |||
|
|||
|
|||
def insert_view(name: str, content: dict | list): | |||
db.execute("TRUNCATE views;") # not sure why this is needed since before each test db is cleaned up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
E501 line too long (103 > 79 characters)
@@ -82,4 +82,5 @@ def test_total_history(test_client): | |||
|
|||
|
|||
def insert_view(name: str, content: dict | list): | |||
db.execute("TRUNCATE views;") # not sure why this is needed since before each test db is cleaned up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pep8] reported by reviewdog 🐶
W291 trailing whitespace
No description provided.