Some lint / mypy fixes

This commit is contained in:
Anthony Sottile 2019-01-24 02:14:46 -08:00
parent 03ea38df16
commit 3127d213f6
14 changed files with 63 additions and 38 deletions

View file

@ -74,9 +74,9 @@ commands =
basepython = python3
skip_install = true
deps =
mypy-lang
mypy
commands =
mypy flake8
mypy src
[testenv:bandit]
basepython = python3