-
Notifications
You must be signed in to change notification settings - Fork 87
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
Does pep8speaks follow #noqa flags? #96
Comments
Hey @fmaussion! Thank you for reaching out to me about the issue. I wasn't aware of I found some discussion about implementing it in pycodestyle, but if I am not wrong, it still remains a missing feature. So, yes this is expected as of now, and the only way to avoid it is to put E741 in the ignores list of |
Thanks for the info! Maybe we'll keep this issue open for future reference. |
Hi @fmaussion ! I can see that I would also like to let you know that there is no need to maintain two copies of pycodestyle/flake8 settings in |
Hi @fmaussion ! PEP 8 Speaks can now support Example scanner:
diff_only: True
linter: flake8
flake8: # Skip this if you have [flake8] in your setup.cfg file
ignore:
- EXXX
- WXXX Complete configuration details is in the README. I am going to close this issue. Let me know if you have any questions/comments! |
We are in the process of moving from stickler-ci to pep8speaks, but we get false alarms from lines annotated with a
#noqa
(see this PR).Is this expected? Is there a way to avoid these? Thanks a lot!
The text was updated successfully, but these errors were encountered: