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
feat(local): add --no-watch flag to disable hot reload (#8196)
* first debug version
* add --no-watch flag
* add no-watch flag
* black lint fix
* feedback
* chore: black formatting for runtime.py post-merge
Apply black formatting after merge of develop into hot-swap-fix.
* chore: post-review cleanups for --no-watch
- Add no_watch docstring entry to RefreshableSamFunctionProvider.
- Initialize self._observer = None up front in RefreshableSamFunctionProvider so the
type annotation is unconditional and the no-watch branch is implied.
- Drop incidental whitespace-only hunks (blank line in invoke_context.__enter__,
blank line in SingletonFileObserver.__init__) flagged during review.
* add LE to no-watch test
0 commit comments