Mwalker has submitted this change and it was merged. Change subject: pep8/flake8 configuration ......................................................................
pep8/flake8 configuration The tox.ini / .pep8 files are used to configure the python quality tools pep8 and flake8. For now, ignore E501 which is about lines being too long. Change-Id: I7acdd74f6e40f3bb9c29db857e163cd9e7a40e21 --- A .pep8 A tox.ini 2 files changed, 16 insertions(+), 0 deletions(-) Approvals: Mwalker: Verified; Looks good to me, approved diff --git a/.pep8 b/.pep8 new file mode 100644 index 0000000..ac4639c --- /dev/null +++ b/.pep8 @@ -0,0 +1,6 @@ +# This is for back compatibility with pep8 v1.3 +# Please amend tox.ini as well + +[pep8] +# E501 line too long (X > 79 characters) +ignore=E501 diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..57108fb --- /dev/null +++ b/tox.ini @@ -0,0 +1,10 @@ +# Please edit .pep8 as well for back compatibility with pep8 v1.3.x + +[flake8] +# E501 line too long (X > 79 characters) +ignore=E501 + +[pep8] +# E501 line too long (X > 79 characters) +ignore=E501 + -- To view, visit https://gerrit.wikimedia.org/r/81460 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7acdd74f6e40f3bb9c29db857e163cd9e7a40e21 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/tools Gerrit-Branch: master Gerrit-Owner: Hashar <has...@free.fr> Gerrit-Reviewer: Adamw <awi...@wikimedia.org> Gerrit-Reviewer: Mwalker <mwal...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits