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

Can't continue comment after noqa #6

Closed
DXist opened this issue Aug 5, 2013 · 2 comments
Closed

Can't continue comment after noqa #6

DXist opened this issue Aug 5, 2013 · 2 comments

Comments

@DXist
Copy link

DXist commented Aug 5, 2013

I want to write additional comment text after # noqa:

skip_this_code()  # noqa pylint:disable=...

But pylama ignores such comment and produces a warning. FYI flake8 accepts this comment and skips the line with such comment.

@klen
Copy link
Owner

klen commented Aug 7, 2013

Check the last version.

@klen klen closed this as completed Aug 7, 2013
@DXist
Copy link
Author

DXist commented Aug 8, 2013

Thank you!

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

2 participants