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

Fixing E128 doesn't work #52

Open
ghost opened this issue Dec 1, 2017 · 0 comments
Open

Fixing E128 doesn't work #52

ghost opened this issue Dec 1, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 1, 2017

I had a function like this:

def Foo(Bar1,
   Bar2)

Which generates a E128 error.

So I fixed as follows:

def Foo(Bar1,
        Bar2)

But this fix doesn't seem to satisfy the linter-python.

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

No branches or pull requests

0 participants