Skip to content

Commit

Permalink
change where validation should happen
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam committed Jul 30, 2023
1 parent f10bede commit 073f467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro/framework/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def __init__( # noqa: too-many-arguments
hook_manager = _create_hook_manager()
_register_hooks(hook_manager, settings.HOOKS)
_register_hooks_setuptools(hook_manager, settings.DISABLE_HOOKS_FOR_PLUGINS)
hook_manager.check_pending() # Validate hook_impl respect hook_spec
self._hook_manager = hook_manager

self._conf_source = conf_source or str(
Expand Down

0 comments on commit 073f467

Please sign in to comment.