You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project has pytest-cov, and some lines are disabled from being checked. We use the # noqa: nocover comment, and sometimes it goes beyond the length of the line. I would like to disable the E501 error for inline comments, is there any way to do this?
The text was updated successfully, but these errors were encountered:
Our project has pytest-cov, and some lines are disabled from being checked. We use the # noqa: nocover comment, and sometimes it goes beyond the length of the line. I would like to disable the E501 error for inline comments, is there any way to do this?
The text was updated successfully, but these errors were encountered: