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

Make the Linter Yell At Us: Create lint.yml - testing lint options #26

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lwasser
Copy link

@lwasser lwasser commented Dec 16, 2020

No description provided.

@lwasser lwasser changed the title Create lint.yml - testing lint options Make the Linter Yell At Us: Create lint.yml - testing lint options Dec 16, 2020
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Lintly has detected code quality issues in this pull request.

@@ -20,7 +21,7 @@ def open_and_clean(url):
"""

temp_df = pd.read_csv(url,
skiprows=69,
skiprows = 69,

Choose a reason for hiding this comment

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

E251: unexpected spaces around keyword / parameter equals

@@ -20,7 +21,7 @@ def open_and_clean(url):
"""

temp_df = pd.read_csv(url,
skiprows=69,
skiprows = 69,

Choose a reason for hiding this comment

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

E251: unexpected spaces around keyword / parameter equals

@@ -1,6 +1,7 @@
"""A second sample module to clean data."""

import pandas as pd
import numpy as np

Choose a reason for hiding this comment

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

F401: 'numpy as np' imported but unused

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