Xqt has uploaded a new change for review. https://gerrit.wikimedia.org/r/281469
Change subject: Additional flake8 tests ...................................................................... Additional flake8 tests Change-Id: Iaea412a0f7c55cf792fb3a1ebabaf1edaae12352 --- M tox.ini 1 file changed, 2 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/bots/xqbot refs/changes/69/281469/1 diff --git a/tox.ini b/tox.ini index 08c3642..7c07e79 100644 --- a/tox.ini +++ b/tox.ini @@ -26,11 +26,8 @@ deps = flake8 [flake8] -; W291 trailing whitespace ; E115 expected an indented block (comment) -; E265 block comment should start with '# ' ; E266 too many leading '#' for block comment -; E402 module level import not at top of file -ignore = W291,E115,E265,E266,E402 +ignore = E115,E266 exclude = .tox,.git,./*.egg,ez_setup.py,build -max_line_length = 304 +max_line_length = 100 -- To view, visit https://gerrit.wikimedia.org/r/281469 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaea412a0f7c55cf792fb3a1ebabaf1edaae12352 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/bots/xqbot Gerrit-Branch: master Gerrit-Owner: Xqt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
