jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/257537 )
Change subject: Add flake8-diff tox env for names and quotes ......................................................................
Add flake8-diff tox env for names and quotes
flake8-diff can be used to highlight potential code style issues in modified lines, but can not be voting against patches due to high number of undesirable reported problems.
Change-Id: I993886870e44d06dd8df882bb205cecb4c841f54 --- M tox.ini 1 file changed, 13 insertions(+), 0 deletions(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index ac5a94b..a75d076 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,19 @@ flake8-docstrings<0.2.2 flake8-putty
+# 4a226d07 is https://github.com/erikrose/blessings/pull/104 +[testenv:flake8-diff] +commands = + flake8 --version + flake8-diff --flake8-options --ignore={[flake8]ignore} {posargs} +deps = flake8-diff + https://github.com/erikrose/blessings/archive/4a226d07.zip + flake8-docstrings<0.2.2 + flake8-putty + pep8-naming + flake8-quotes + flake8-blind-except + [testenv:nose] commands = python -W error::UserWarning -m generate_user_files -family:test -lang:test -v
pywikibot-commits@lists.wikimedia.org