You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the assumption that lint-fix is something you want to run frequently when developing (or setting up a watch process that does it automatically), I think we can consider not calling mypy because there's no "fix" option for it.
What do you think?
Once we have the changes in #61 merged, we'll likely have ideas for other run commands we want to add.
An examples of this is
lint-fix
, which would look something like below:We'll need to also add this to the other python template with the
lint
run command.The text was updated successfully, but these errors were encountered: