jenkins-bot has submitted this change and it was merged. Change subject: pep8: ignore E241, unignore family.py ......................................................................
pep8: ignore E241, unignore family.py 77037541af2cde8b0343bdbe8c96369c5c01061d accidentally did not include the updated .pep8 file Change-Id: Idc2520fea94ae9e431e060be7eebba668d916945 --- M .pep8 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/.pep8 b/.pep8 index 0cb1d16..fa2c71e 100644 --- a/.pep8 +++ b/.pep8 @@ -1,4 +1,4 @@ [pep8] -ignore = E122 -exclude = distribute_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py,./pywikibot/family.py +ignore = E122,E241 +exclude = distribute_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py max_line_length = 256 -- To view, visit https://gerrit.wikimedia.org/r/80243 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idc2520fea94ae9e431e060be7eebba668d916945 Gerrit-PatchSet: 3 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
