Skip to content
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

Merged
merged 89 commits into from
Nov 30, 2024
Merged

UI revamp #78

merged 89 commits into from
Nov 30, 2024

Conversation

wkrzywiec
Copy link
Owner

No description provided.

},
{
"type": "checking",
"type": "Checking Accounts",

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",

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",

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",

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",

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

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",

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",

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",

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",

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

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

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

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

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

@wkrzywiec wkrzywiec merged commit bd12544 into main Nov 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant