·
224 commits
to master
since this release
v3.11.0: PR #69 - Add support new options
Support new options:
- execute_command : mypy command customize. ex. 'poetry run mypy'
- setup_command : mypy install command
- setup_method : current adaptive setup is 'adaptive', and 'nothing' (do not setup) / 'install' (do setup)
Default values are the same behavior as before.