mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Merge branch 'uncap-flake8' into 'master'
Update our flake8 testenv dependencies *Description of changes* Uncap Flake8 and add a lower bound to flake8-import-order *Related to:* N/A See merge request !94
This commit is contained in:
commit
ec6165e9d8
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -31,9 +31,9 @@ commands =
|
|||
basepython = python3
|
||||
skip_install = true
|
||||
deps =
|
||||
flake8<3
|
||||
flake8
|
||||
flake8-docstrings>=0.2.7
|
||||
flake8-import-order
|
||||
flake8-import-order>=0.9
|
||||
commands =
|
||||
flake8 src/flake8/ tests/ setup.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue