jenkins-bot has submitted this change and it was merged. Change subject: Remove /.pep8 file: no more needed ......................................................................
Remove /.pep8 file: no more needed All the configuration has been moved to tox.ini [flake8] the only bit of interest is "filename" which was set to get flake8 to pass on files that do not ends with '.py'. From them: geturls: got renamed to geturls.py swiftcleaner: is legacy, unlikely to be fixed profiler-to-carbon: udpprofile is no more The rest of the ignore are not needed, and we have a list in tox.ini already. Change-Id: Iddc2fc9af402a6dacf54381f27bda5ae212ee706 --- D .pep8 1 file changed, 0 insertions(+), 16 deletions(-) Approvals: Volans: Looks good to me, approved jenkins-bot: Verified diff --git a/.pep8 b/.pep8 deleted file mode 100644 index cfc647a..0000000 --- a/.pep8 +++ /dev/null @@ -1,16 +0,0 @@ -[pep8] - -filename = *.py,geturls,swiftcleaner*,profiler-to-carbon -exclude=swiftcleaner.conf - -; Skip some specific checks we will eventually fix later on: -; -; W191: indentation contains tabs -; E128 continuation line under-indented for visual indent -; E225 missing whitespace around operator -; E231 missing whitespace after ', -; E501 line too long (92 > 79 characters) -; E301 expected 1 blank line, found 0 -; E302 expected 2 blank lines, found 1 - -ignore = W191,E128,E225,E231,E501,E301,E302 -- To view, visit https://gerrit.wikimedia.org/r/307018 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iddc2fc9af402a6dacf54381f27bda5ae212ee706 Gerrit-PatchSet: 1 Gerrit-Project: operations/software Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: Volans <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
