{"id":33542954,"url":"https://github.com/simone-viozzi/rusty-todo-md-pre-commit","last_synced_at":"2026-06-08T11:32:11.448Z","repository":{"id":308549061,"uuid":"1033189199","full_name":"simone-viozzi/rusty-todo-md-pre-commit","owner":"simone-viozzi","description":"Pre-commit hook shim for Rusty TODO MD. Fetches prebuilt wheels from PyPI so the hook works without a Rust toolchain. Mirrors upstream tags and is drop-in for `.pre-commit-config.yaml`.","archived":false,"fork":false,"pushed_at":"2025-11-26T23:30:42.000Z","size":28,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T06:42:08.919Z","etag":null,"topics":["pre-commit","pre-commit-hook","todo"],"latest_commit_sha":null,"homepage":"https://github.com/simone-viozzi/rusty-todo-md","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simone-viozzi.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-06T12:36:20.000Z","updated_at":"2025-11-26T23:30:45.000Z","dependencies_parsed_at":"2025-08-06T15:35:03.462Z","dependency_job_id":"6f886a24-a428-468c-ab52-5a0ecd312999","html_url":"https://github.com/simone-viozzi/rusty-todo-md-pre-commit","commit_stats":null,"previous_names":["simone-viozzi/rusty-todo-md-pre-commit"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/simone-viozzi/rusty-todo-md-pre-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-viozzi%2Frusty-todo-md-pre-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-viozzi%2Frusty-todo-md-pre-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-viozzi%2Frusty-todo-md-pre-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-viozzi%2Frusty-todo-md-pre-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simone-viozzi","download_url":"https://codeload.github.com/simone-viozzi/rusty-todo-md-pre-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simone-viozzi%2Frusty-todo-md-pre-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["pre-commit","pre-commit-hook","todo"],"created_at":"2025-11-27T02:04:03.912Z","updated_at":"2026-06-08T11:32:11.436Z","avatar_url":"https://github.com/simone-viozzi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusty-todo-md-pre-commit\n\n[![Actions status](https://github.com/simone-viozzi/rusty-todo-md-pre-commit/actions/workflows/main.yaml/badge.svg)](https://github.com/simone-viozzi/rusty-todo-md-pre-commit/actions)\n[![PyPI - Version](https://img.shields.io/pypi/v/rusty-todo-md.svg)](https://pypi.org/project/rusty-todo-md/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rusty-todo-md.svg)](https://pypi.org/project/rusty-todo-md/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nA [pre-commit](https://pre-commit.com/) hook shim for [Rusty TODO.md](https://github.com/simone-viozzi/rusty-todo-md),\ninstalling **prebuilt wheels from PyPI** so you can use it **without a Rust toolchain**.\n\n---\n\n\n## 🚀 Quick start\n\nAdd this to your `.pre-commit-config.yaml`:\n\n```yaml\nrepos:\n  - repo: https://github.com/simone-viozzi/rusty-todo-md-pre-commit\n    rev: v1.10.2\n    hooks:\n      - id: rusty-todo-md\n```\n\nThen install the hook:\n\n```sh\npre-commit install\n```\n\nNow `rusty-todo-md` will run on staged files at commit time.\nFor CLI usage, configuration options, and advanced examples, see the **[main Rusty TODO.md repository](https://github.com/simone-viozzi/rusty-todo-md)**.\n\n---\n\n## 📦 Requirements\n\n- **Python** ≥ 3.10\n- **No Rust toolchain** required if a prebuilt wheel exists for your platform\n\n---\n\n## 🖥️ Supported platforms (prebuilt wheels)\n\nRusty TODO.md publishes wheels for:\n\n| OS / libc             | Architectures                                  |\n| --------------------- | ---------------------------------------------- |\n| **Linux (manylinux)** | `x86_64`, `x86`, `aarch64`, `armv7`, `ppc64le` |\n| **Linux (musllinux)** | `x86_64`, `x86`, `aarch64`, `armv7`            |\n| **Windows**           | `x64`, `x86`                                   |\n| **macOS**             | `x86_64` (macOS 13), `aarch64` (macOS 14)      |\n\n\u003e ✅ Platform coverage may evolve — check [upstream releases](https://github.com/simone-viozzi/rusty-todo-md/releases) for the latest wheel list.\n\n---\n\n## 📌 Why this repo exists\n\nWhen `pre-commit` runs a hook from a Git repository, it **clones** the repo and runs:\n\n```sh\npip install .\n```\n\nThis triggers a **source install** of Rusty TODO.md, which would require a Rust toolchain to build from source.\n\nThis **shim repository** solves that:\nit lists `rusty-todo-md` as a PyPI dependency in its `pyproject.toml`, so `pre-commit` will fetch **prebuilt wheels** from PyPI for your platform — no compilation needed.\n\nTags in this repository **match upstream tags exactly** and are kept in sync via CI.\n\n---\n\n## 📚 More info\n\n- **Main project** (features, CLI docs, configuration): [github.com/simone-viozzi/rusty-todo-md](https://github.com/simone-viozzi/rusty-todo-md)\n- **PyPI package**: [pypi.org/project/rusty-todo-md](https://pypi.org/project/rusty-todo-md)\n\n---\n\n## ⚖️ License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimone-viozzi%2Frusty-todo-md-pre-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimone-viozzi%2Frusty-todo-md-pre-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimone-viozzi%2Frusty-todo-md-pre-commit/lists"}