Skip to content

Release v3.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 10:11
· 224 commits to master since this release
ebb3cec

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.