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

[flowtool_commands]
githooks-introduce = flowtool_githooks.insert:introduce_githook
githooks-manage = flowtool_githooks.config:manage_scripts
githooks-runner = flowtool_githooks.runner:runner_command

[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

