Yuvipanda has submitted this change and it was merged. Change subject: Add a sane line length limit ......................................................................
Add a sane line length limit Change-Id: Ia07c864ccff74583a106006a6853cfacceb0a18f --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Yuvipanda: Verified; Looks good to me, approved diff --git a/tox.ini b/tox.ini index 5e2a136..27b068e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,3 +2,4 @@ commands = flake8 deps = flake8 basepython = python3 +max-line-length = 120 -- To view, visit https://gerrit.wikimedia.org/r/180341 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia07c864ccff74583a106006a6853cfacceb0a18f Gerrit-PatchSet: 1 Gerrit-Project: operations/software/ircyall Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
