In a block comment, I want to reference a URL that is over 80 characters long.
What is the preferred convention for displaying this URL?
I know bit.ly is an option, but the URL itself is descriptive. Shortening it and then having a nested comment describing the shortened URL seems like a crappy solution.
Don’t break the url:
Source:
You can use the # noqa at the end of the line to stop PEP8/pycodestyle/Flake8 from running that check.
Should also avoid warnings in your IDE.