{"id":19946130,"url":"https://github.com/quantco/pre-commit-conda","last_synced_at":"2026-03-06T00:32:28.081Z","repository":{"id":210208031,"uuid":"725775887","full_name":"Quantco/pre-commit-conda","owner":"Quantco","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-02T14:59:08.000Z","size":36,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-02T18:00:00.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Quantco.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":".github/CODEOWNERS","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":"2023-11-30T21:11:05.000Z","updated_at":"2026-03-02T14:59:14.000Z","dependencies_parsed_at":"2024-11-13T00:28:56.239Z","dependency_job_id":"b298158e-35ff-42d1-b2f1-4464fbca082a","html_url":"https://github.com/Quantco/pre-commit-conda","commit_stats":null,"previous_names":["quantco/pre-commit-conda"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Quantco/pre-commit-conda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fpre-commit-conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fpre-commit-conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fpre-commit-conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fpre-commit-conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quantco","download_url":"https://codeload.github.com/Quantco/pre-commit-conda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantco%2Fpre-commit-conda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T00:28:24.588Z","updated_at":"2026-03-06T00:32:28.056Z","avatar_url":"https://github.com/Quantco.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# pre-commit-conda GitHub Action\n\n## Overview\n\n`pre-commit-conda` is a fork of the `pre-commit/action`. This GitHub Action runs pre-commit hooks in a conda environment managed by micromamba.\n\n## Features\n\n- Customizable Python version.\n- Optional custom `condarc-file`.\n- Caches pre-commit environment.\n\n## Usage\n\nCreate `.github/workflows/pre-commit.yml` in your repository. Here's a quick template:\n\n```yaml\nname: pre-commit\n\non:\n  pull_request:\n  push:\n    branches: [main]\n\njobs:\n  pre-commit:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v4\n    - name: Run pre-commit with Conda\n      uses: quantco/pre-commit-conda@v1\n      with:\n        extra-args: '--all-files' # Optional extra arguments (default: --all-files)\n        condarc-file: '' # Optional custom condarc file (default: no custom condarc_file)\n        python-version: '3.11' # Optional Python version (default: 3.11)\n```\n\n## Customizations\n\n- `extra-args`: Specify single hook id or options for `pre-commit run`.\n- `condarc-file`: Path to custom condarc file.\n- `python-version`: Specify Python version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantco%2Fpre-commit-conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantco%2Fpre-commit-conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantco%2Fpre-commit-conda/lists"}