{"id":19900094,"url":"https://github.com/m-lab/git-hooks","last_synced_at":"2025-05-02T23:30:29.660Z","repository":{"id":139784166,"uuid":"89934183","full_name":"m-lab/git-hooks","owner":"m-lab","description":"Git hooks to help your project be better","archived":false,"fork":false,"pushed_at":"2023-08-22T23:11:42.000Z","size":43,"stargazers_count":1,"open_issues_count":1,"forks_count":6,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T14:51:00.733Z","etag":null,"topics":["development"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-05-01T15:06:04.000Z","updated_at":"2023-05-10T10:27:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cafb0ff-94a5-4029-843b-338fb34b627a","html_url":"https://github.com/m-lab/git-hooks","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":0.1568627450980392,"last_synced_commit":"bd19b92418aeb0d7639c9a277fc243866dfba7e0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lab%2Fgit-hooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lab%2Fgit-hooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lab%2Fgit-hooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-lab%2Fgit-hooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-lab","download_url":"https://codeload.github.com/m-lab/git-hooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224003287,"owners_count":17239431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development"],"created_at":"2024-11-12T20:11:08.612Z","updated_at":"2024-11-12T20:11:09.362Z","avatar_url":"https://github.com/m-lab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-hooks\nGit hooks to help your project be better.\n\nTo make git run unit tests and lint tests, softlink the `pre-commit` and\n`prepare-commit-msg` files into the `.git/hooks directory` of the repo you want\nto test.  The following commands will get that done:\n```bash\n  ln --symbolic --force ${HOME}/git-hooks/pre-commit .git/hooks/pre-commit\n  ln --symbolic --force ${HOME}/git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg\n```\n\n# Python requirements\n`$ [sudo] pip install -r requirements-python.txt`\n\n# Currently supported languages for linting\n\n- Python\n- Go\n- Shell\n- YAML\n- JSON\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-lab%2Fgit-hooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-lab%2Fgit-hooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-lab%2Fgit-hooks/lists"}