Merge branch 'flake8-typing-imports' into 'master'

Ensure typing imports don't break old patch versions

See merge request pycqa/flake8!322
This commit is contained in:
Anthony Sottile 2019-05-21 05:39:57 +00:00
commit 609693bb5c

View file

@ -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