Add flake8 plugins and implement small improvements

This commit is contained in:
Matthias
2019-01-22 20:01:12 +01:00
parent 580e9ccaf3
commit 13e2f71d30
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
-r requirements.txt
flake8==3.6.0
flake8-type-annotations==0.1.0
flake8-tidy-imports==1.1.0
pytest==4.1.1
pytest-mock==1.10.0
pytest-asyncio==0.10.0