mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 03:26:52 +00:00
Set a lower-limit on flake8-docstrings
flake8-docstrings is broken on 0.2.6 with flake8 2.6.0, 0.2.7 was released today which fixes the problem. Let's avoid that version if at all possible.
This commit is contained in:
parent
29896e648a
commit
eff77e2bc2
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -21,7 +21,7 @@ skip_install = true
|
|||
use_develop = false
|
||||
deps =
|
||||
flake8
|
||||
flake8-docstrings
|
||||
flake8-docstrings>=0.2.7
|
||||
flake8-import-order
|
||||
commands =
|
||||
flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue