[console_scripts]
_flowtool_githooks.probe = flowtool_githooks.probe_hooks:probe
_flowtool_githooks.probe_fail = flowtool_githooks.probe_hooks:probe_fail

[flowtool_commands]
githooks-config = flowtool_githooks.config:config_hooks
githooks-install = flowtool_githooks.install:install_hooks
githooks-introduce = flowtool_githooks.insert:introduce_githook
githooks-scripts = flowtool_githooks.config:config_scripts
githooks-status = flowtool_githooks.status:show_status
githooks-wipe = flowtool_githooks.uninstall:wipe_hooks
run-githook = flowtool_githooks.runner:run_hook

[flowtool_githooks.commit_msg]
_flowtool_githooks.probe = flowtool_githooks.probe_hooks:probe_setup
_flowtool_githooks.probe_fail = flowtool_githooks.probe_hooks:probe_setup

[flowtool_githooks.pre_commit]
_flowtool_githooks.probe = flowtool_githooks.probe_hooks:probe_setup
_flowtool_githooks.probe_fail = flowtool_githooks.probe_hooks:probe_setup

[flowtool_githooks.pre_push]
_flowtool_githooks.probe = flowtool_githooks.probe_hooks:probe_setup
_flowtool_githooks.probe_fail = flowtool_githooks.probe_hooks:probe_setup

