[console_scripts]
add_common_constraint = edx_repo_tools.add_common_constraint:main
add_dependabot_ecosystem = edx_repo_tools.dependabot_yml:main
add_django32_settings = edx_repo_tools.codemods.django3.add_new_django32_settings:main
clone_org = edx_repo_tools.dev.clone_org:main
conventional_commits = edx_repo_tools.conventional_commits.commitstats:main
find_dependencies = edx_repo_tools.find_dependencies.find_dependencies:main
get_org_repo_urls = edx_repo_tools.dev.get_org_repo_urls:main
modernize_github_actions = edx_repo_tools.codemods.django3.github_actions_modernizer:main
modernize_github_actions_django = edx_repo_tools.codemods.django3.github_actions_modernizer_django:main
modernize_github_actions_django42 = edx_repo_tools.codemods.django42.github_actions_modernizer_django42:main
modernize_node_release_workflow = edx_repo_tools.codemods.node16.gha_release_workflow_modernizer:main
modernize_node_workflow = edx_repo_tools.codemods.node16.gha_ci_modernizer:main
modernize_openedx_yaml = edx_repo_tools.modernize_openedx_yaml:main
modernize_setup_file = edx_repo_tools.codemods.django3.setup_file_modernizer:main
modernize_tox = edx_repo_tools.codemods.django3.tox_modernizer:main
modernize_tox_django42 = edx_repo_tools.codemods.django42.tox_moderniser_django42:main
modernize_travis = edx_repo_tools.codemods.django3.travis_modernizer:main
no_yaml = edx_repo_tools.ospr.no_yaml:no_yaml
oep2 = edx_repo_tools.oep2:_cli
remove_python2_unicode_compatible = edx_repo_tools.codemods.django3.remove_python2_unicode_compatible:main
replace_render_to_response = edx_repo_tools.codemods.django3.replace_render_to_response:main
replace_static = edx_repo_tools.codemods.django3.replace_static:main
replace_unicode_with_str = edx_repo_tools.codemods.django3.replace_unicode_with_str:main
repo_access_scraper = edx_repo_tools.repo_access_scraper.repo_access_scraper:main
repo_checks = edx_repo_tools.repo_checks.repo_checks:main
show_hooks = edx_repo_tools.dev.show_hooks:main
tag_release = edx_repo_tools.release.tag_release:main
