-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add file ignore for line too long errors #687
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better: We can remove all of the future lines (in their entirety) from all files.
How about closing this PR without merging, then doing that?
You read my mind, I was grepping for those This change is not targeting the
See also: |
I misunderstood. I though the noqa pragma was for the future line. I now understand that it's for the whole file. Thanks. |
How about:
|
Straightforward enough. Seems that |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
This issue was closed by stalebot. It has been reopened to give more time for community review. See biocommons coding guidelines for stale issue and pull request policies. This resurrection is expected to be a one-time event. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
@ecalifornica : Thanks for contributing this. We're going to incorporate ideas from this PR into the template repo, and then propagate to project repos. |
Ignores linter error
E501
, continuation of #674 as I neglected to lint thetests/
path.Unblocks #673