Name | dycw-pre-commit-hooks JSON |
Version |
0.12.9
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2025-09-01 03:24:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pre-commit-hooks
## Overview
My [`pre-commit`](https://pre-commit.com/) hooks.
## Installation
1. Install `pre-commit`.
1. Add the following to your `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/dycw/pre-commit-hooks
rev: master
hooks:
- id: check-submodules
- id: format-requirements
- id: replace-sequence-str
- id: run-bump-my-version
- id: tag-commits
```
1. Update your `.pre-commit-config.yaml`:
```bash
pre-commit autoupdate
```
Raw data
{
"_id": null,
"home_page": null,
"name": "dycw-pre-commit-hooks",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Derek Wan <d.wan@icloud.com>",
"download_url": "https://files.pythonhosted.org/packages/41/74/34ebbd734ee1b2086a98c14ca0bbdbe2f5f963fe1e96eca758b97f87fef0/dycw_pre_commit_hooks-0.12.9.tar.gz",
"platform": null,
"description": "# pre-commit-hooks\n\n## Overview\n\nMy [`pre-commit`](https://pre-commit.com/) hooks.\n\n## Installation\n\n1. Install `pre-commit`.\n\n1. Add the following to your `.pre-commit-config.yaml`:\n\n ```yaml\n repos:\n - repo: https://github.com/dycw/pre-commit-hooks\n rev: master\n hooks:\n - id: check-submodules\n - id: format-requirements\n - id: replace-sequence-str\n - id: run-bump-my-version\n - id: tag-commits\n ```\n\n1. Update your `.pre-commit-config.yaml`:\n\n ```bash\n pre-commit autoupdate\n ```\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.12.9",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "426318e25ec0920d010dfe092962a00f1faf6caf0fe68d524eadf450dd932c24",
"md5": "c21c93840c2bba2ec18c3c3850742ec4",
"sha256": "88f076ff8fe5a26049b540a31003e8d2a77d86b9ca2e8b7db53a885078d5278a"
},
"downloads": -1,
"filename": "dycw_pre_commit_hooks-0.12.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c21c93840c2bba2ec18c3c3850742ec4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 11844,
"upload_time": "2025-09-01T03:24:48",
"upload_time_iso_8601": "2025-09-01T03:24:48.612526Z",
"url": "https://files.pythonhosted.org/packages/42/63/18e25ec0920d010dfe092962a00f1faf6caf0fe68d524eadf450dd932c24/dycw_pre_commit_hooks-0.12.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "417434ebbd734ee1b2086a98c14ca0bbdbe2f5f963fe1e96eca758b97f87fef0",
"md5": "4f15c1b06471b85f46296ac247ae7f8e",
"sha256": "48b4d90bb7da6da976f0ec7338d7fbfbb3471d5743986d8432c83fe98107392b"
},
"downloads": -1,
"filename": "dycw_pre_commit_hooks-0.12.9.tar.gz",
"has_sig": false,
"md5_digest": "4f15c1b06471b85f46296ac247ae7f8e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 9268,
"upload_time": "2025-09-01T03:24:49",
"upload_time_iso_8601": "2025-09-01T03:24:49.767990Z",
"url": "https://files.pythonhosted.org/packages/41/74/34ebbd734ee1b2086a98c14ca0bbdbe2f5f963fe1e96eca758b97f87fef0/dycw_pre_commit_hooks-0.12.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 03:24:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "dycw-pre-commit-hooks"
}