mirror of
https://github.com/PyCQA/flake8.git
synced 2026-05-06 02:04:26 +00:00
Ensure typing imports don't break old patch versions
This commit is contained in:
parent
9b79c40cdb
commit
d81de455b6
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -45,10 +45,11 @@ basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
flake8-colors
|
||||||
flake8-docstrings>=0.2.7
|
flake8-docstrings>=0.2.7
|
||||||
flake8-import-order>=0.9
|
flake8-import-order>=0.9
|
||||||
|
flake8-typing-imports>=1.1
|
||||||
pep8-naming
|
pep8-naming
|
||||||
flake8-colors
|
|
||||||
commands =
|
commands =
|
||||||
flake8 src/flake8/ tests/ setup.py
|
flake8 src/flake8/ tests/ setup.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue