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
* As Pydantic takes care of validation the envconfig,
we don't have to check that anymore
* Remove any checking of if context.envconfig is None
* Adjust ManagedGitRepo to allow string or Repo as remote_url
This makes it easier
* Use `cast(Envconfig, context.envconfig)` to avoid type errors
0 commit comments