jenkins-bot has submitted this change and it was merged.
Change subject: Add flake8-tuple ......................................................................
Add flake8-tuple
Detects `x = a,` requiring that construct is `x = (a, )`
Change-Id: I7c5133fef51c768369488319349290cac994d596 --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index b01f51a..9164f32 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ flake8-future-import flake8-string-format flake8-import-order + flake8-tuple>=0.2.8 flake8-print>=2.0.1
[testenv:flake8-py3]
pywikibot-commits@lists.wikimedia.org