From 6952f4420ec0139744e09449c420efd5fda5ac1e Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Thu, 24 Oct 2019 09:57:34 -0700 Subject: [PATCH] Upgrade flake8 and related plugins. Signed-off-by: Asher Foa --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 1a386744..a849cd95 100644 --- a/tox.ini +++ b/tox.ini @@ -58,9 +58,9 @@ commands = [testenv:flake8] deps = - flake8==3.5.0 - flake8-docstrings==1.3.0 - flake8-import-order==0.16 + flake8==3.7.8 + flake8-docstrings==1.5.0 + flake8-import-order==0.18.1 skip_install = true commands = flake8 prometheus_client/ tests/ setup.py