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

Fix # noqa rendering in docs #645

Merged
merged 1 commit into from Nov 19, 2020

Conversation

DrGFreeman
Copy link
Contributor

Move # noqa from inside docstrings to the end of the docstring. This avoids rendering the # noqa tag in the documentation as reported in #644 while preventing flagging the excessive line lengths in the linting.

Note: I also added the E501 label to maintain the original intent of applying the # noqa tag to the long lines only.

Fixes #644.

Move # noqa from inside docstrings to the end of the docstring to avoid
rendering the # noqa tag in the documentation as reported in PyCQA#644.
@lukehinds lukehinds merged commit 539da77 into PyCQA:master Nov 19, 2020
@ericwb ericwb added this to the Release 1.6.3 milestone Dec 6, 2020
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

Successfully merging this pull request may close these issues.

# noqa rendered in documentation
3 participants