mypy now passes

This commit is contained in:
Anthony Sottile 2019-05-19 17:01:14 -07:00
parent b6ba6d4d03
commit fb7e9338cd
32 changed files with 255 additions and 212 deletions

View file

@ -70,13 +70,12 @@ deps =
commands =
doc8 docs/source/
[testenv:mypy]
[testenv:pre-commit]
basepython = python3
skip_install = true
deps =
mypy
deps = pre-commit
commands =
mypy src
pre-commit run --all-files --show-diff-on-failure
[testenv:bandit]
basepython = python3