From d81de455b67c0ba67536195954359f2a991f664a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 20 May 2019 22:30:06 -0700 Subject: [PATCH] Ensure typing imports don't break old patch versions --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 464f3a4..4cdca70 100644 --- a/tox.ini +++ b/tox.ini @@ -45,10 +45,11 @@ basepython = python3 skip_install = true deps = flake8 + flake8-colors flake8-docstrings>=0.2.7 flake8-import-order>=0.9 + flake8-typing-imports>=1.1 pep8-naming - flake8-colors commands = flake8 src/flake8/ tests/ setup.py