Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/180341
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software/ircyall refs/changes/41/180341/1 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: newchange Gerrit-Change-Id: Ia07c864ccff74583a106006a6853cfacceb0a18f Gerrit-PatchSet: 1 Gerrit-Project: operations/software/ircyall Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
