Mostly W503 (line break before binary operator), and in comments E265 (block comment should start with '# '), E261 (at least two spaces before inline comment) and E501 (line too long).
Also dropped some '# noqa' markers that didn't silence a warning.
git show --color-words shows that mostly only whitespace got moved around.
Maybe you want to adept the contribution hints that pep8 only applies to the pagure/ folder?
git show --color-wordsshows that mostly only whitespace got moved around.Maybe you want to adept the contribution hints that pep8 only applies to the
pagure/folder?