* Add __main__ type hints * Fix most errors of __main__ * Add ignore for script.run() * Add type annotations for from_config_dict and from_config_file * Fix errors * Fix requirement error * Add mypy type check to tests * Enable travis typing check * Messed up the tox deps * Laxer type checker
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
flake8>=2.6.0
|
|
pylint>=1.5.6
|
|
coveralls>=1.1
|
|
pytest>=2.9.2
|
|
pytest-cov>=2.2.1
|
|
pytest-timeout>=1.0.0
|
|
pytest-capturelog>=0.7
|
|
pydocstyle>=1.0.0
|
|
requests_mock>=1.0
|
|
mypy-lang>=0.4
|