While adding a hook to pre-commit in other repos, pass the app name to entry in the hook.
entry: python3 pre-commit/validate_copyright.py {app_name} replace app_name with actual app_name.
eg. entry: python3 pre-commit/validate_copyright.py cloud_storage
Validate copyright and add if it does not exist pre-commit config. Issue - https://github.com/agritheory/test_utils/issues/2
While adding a hook to pre-commit in other repos, pass the app name to
entry
in the hook.entry: python3 pre-commit/validate_copyright.py {app_name}
replace app_name with actual app_name. eg.entry: python3 pre-commit/validate_copyright.py cloud_storage