Skip to content

Commit

Permalink
Restore repository initialization tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Oct 30, 2023
1 parent 18b16d0 commit 4dcae85
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ def initialize_new_repository(
default='githubuser')
args = parser.parse_args()

# module_name_pep8_compliance(args.module_name)
# pypi_package_name_compliance(args.plugin_name)
# validate_manifest(args.module_name, args.project_directory)
# msg = initialize_new_repository(
# install_precommit=bool(args.install_precommit),
# plugin_name=args.plugin_name,
# github_repository_url=args.github_repository_url,
# github_username_or_organization=args.github_username_or_organization,
# )
# print(msg)
module_name_pep8_compliance(args.module_name)
pypi_package_name_compliance(args.plugin_name)
validate_manifest(args.module_name, args.project_directory)
msg = initialize_new_repository(
install_precommit=bool(args.install_precommit),
plugin_name=args.plugin_name,
github_repository_url=args.github_repository_url,
github_username_or_organization=args.github_username_or_organization,
)
print(msg)

0 comments on commit 4dcae85

Please sign in to comment.