diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -18,9 +18,7 @@ changedir = docs commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:lint] -deps = - flake8>=2.6.2, <3.1 - rstcheck>=2.2, <3.0 commands = flake8 --jobs 8 --count mitmproxy pathod examples test - rstcheck README.rst
\ No newline at end of file + rstcheck README.rst + mypy -s ./mitmproxy/addonmanager.py |
