Skip to content

Commit

Permalink
pytype: Enable import-error checks
Browse files Browse the repository at this point in the history
These were disabled when py2 was still supported, but now we don't have
except ImportError statements any more.
  • Loading branch information
cdown committed Jan 3, 2020
1 parent fa4b8fc commit 8c52ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -51,7 +51,7 @@ deps =
{[testenv]deps}
pytype
commands =
pytype -d import-error .
pytype .

[testenv:bandit]
skipsdist = True
Expand Down

0 comments on commit 8c52ce9

Please sign in to comment.