pycodestyle
pycodestyle copied to clipboard
E501: Option to ignore based on regular expressions
Pycodestyle already makes an exception for url's in docstrings and comments. I think a good option would be to allow arbitrary regexps to have more flexibility. One use case would be to ignore long urls in string literals by providing regex expressions such as https?://
.