tox: Add flake8-tuple/flake8-tidy-imports
flake8-tuple: Check code for 1-element tuples flake8-tidy-imports: A flake8 plugin that helps you write tidier imports.
This commit is contained in:
parent
00873fd000
commit
41d52386e8
2
tox.ini
2
tox.ini
@ -158,6 +158,8 @@ deps =
|
|||||||
flake8-mock==0.2
|
flake8-mock==0.2
|
||||||
flake8-pep3101==0.3
|
flake8-pep3101==0.3
|
||||||
flake8-docstrings==0.2.5
|
flake8-docstrings==0.2.5
|
||||||
|
flake8-tuple==0.2.9
|
||||||
|
flake8-tidy-imports==1.0.0
|
||||||
pep257==0.7.0 # still needed by flake8-docstrings but ignored
|
pep257==0.7.0 # still needed by flake8-docstrings but ignored
|
||||||
pydocstyle==1.0.0
|
pydocstyle==1.0.0
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user