John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/274075

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/75/274075/1

diff --git a/tox.ini b/tox.ini
index b01f51a..110ae33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,6 +36,7 @@
        flake8-future-import
        flake8-string-format
        flake8-import-order
+       flake8-tuple>=0.2.4
        flake8-print>=2.0.1
 
 [testenv:flake8-py3]

-- 
To view, visit https://gerrit.wikimedia.org/r/274075
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c5133fef51c768369488319349290cac994d596
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to