diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -99,6 +99,16 @@ deps = -rrequirements/dev-requirements.txt -rrequirements/plugin-requirements.txt +# +# Running static type checkers +# +[testenv:mypy] +skip_install = True +commands = + mypy {posargs} +deps = + mypy + # # Building documentation |