Follow imports is not recommended by the Mypy authors if it can be avoided, but adding it to the invocation forces users down that path. This can lead to unexpected errors trying to use Mypy within pylama.
This commit removes the forced option to skip following imports. Users will see the mypy linter take longer to run in most cases. If that is a problem, they can still configure it not to follow imports in any of the ways the tool supports.
Follow imports is not recommended by the Mypy authors if it can be avoided, but adding it to the invocation forces users down that path. This can lead to unexpected errors trying to use Mypy within
pylama
.This commit removes the forced option to skip following imports. Users will see the
mypy
linter take longer to run in most cases. If that is a problem, they can still configure it not to follow imports in any of the ways the tool supports.