Skip to content

Linted #54

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

Merged
merged 2 commits into from
Nov 5, 2021
Merged

Linted #54

merged 2 commits into from
Nov 5, 2021

Conversation

evaherrada
Copy link
Collaborator

No description provided.

@evaherrada evaherrada requested a review from kattni November 5, 2021 06:53
@evaherrada
Copy link
Collaborator Author

Disabled duplicate code

Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please see below.

string = "{:,d}".format(int(values[value_index]))
string = "{:,d}".format(
int(values[value_index])
) # pylint: disable=consider-using-f-string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed? This is disabled in the .pre-commit-config.yml file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kattni Oh hah yeah you're right. I need to figure out how to get vim to default to the repos pylintrc but I think it could have also had something to do with doing this at 3AM

@evaherrada evaherrada requested a review from kattni November 5, 2021 19:41
@kattni kattni merged commit 64ea98d into main Nov 5, 2021
@evaherrada evaherrada deleted the patch-fix branch November 5, 2021 19:58
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.

2 participants