From 344569fb5b09323f678f06770addff181fe3c0e7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 29 May 2016 14:19:38 +0200 Subject: [PATCH] tox: Update flake8-string-format to 0.2.2 - Do not check simple expressions, except for docstrings, because they cannot be accessed anyway. - Properly assert starred arguments in Python 3.5. Only the last element must be a vararg if varargs are present and not the complete list. - Output correct column offset on Python 3.4.2, as that used the wrong offset inside calls. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d750ebc1..0c3c58f8d 100644 --- a/tox.ini +++ b/tox.ini @@ -161,7 +161,7 @@ deps = flake8-mock==0.2 flake8-pep3101==0.3 flake8-putty==0.3.2 - flake8-string-format==0.2.1 + flake8-string-format==0.2.2 flake8-tidy-imports==1.0.0 flake8-tuple==0.2.9 hacking==0.11.0