Skip to content

Commit

Permalink
Merge pull request #47 from conda-forge/beckermr-patch-1
Browse files Browse the repository at this point in the history
fix: change regro to conda-forge
  • Loading branch information
beckermr authored Sep 7, 2024
2 parents e5d3d70 + f70bed9 commit 0395b53
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 23 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pre-commit.yml

This file was deleted.

12 changes: 10 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# This is for the "pre-commit" tool, which enforces checks before local commits are allowed.
# <https://pre-commit.com/>
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: false
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
skip: []
submodules: false

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# conda-forge-metadata
[![tests](https://github.com/regro/conda-forge-metadata/actions/workflows/tests.yml/badge.svg)](https://github.com/regro/conda-forge-metadata/actions/workflows/tests.yml)
[![Publish to PyPI](https://github.com/regro/conda-forge-metadata/actions/workflows/pypi.yml/badge.svg)](https://github.com/regro/conda-forge-metadata/actions/workflows/pypi.yml)
[![tests](https://github.com/conda-forge/conda-forge-metadata/actions/workflows/tests.yml/badge.svg)](https://github.com/conda-forge/conda-forge-metadata/actions/workflows/tests.yml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/conda-forge/conda-forge-metadata/main.svg)](https://results.pre-commit.ci/latest/github/conda-forge/conda-forge-metadata/main)
[![Publish to PyPI](https://github.com/conda-forge/conda-forge-metadata/actions/workflows/pypi.yml/badge.svg)](https://github.com/conda-forge/conda-forge-metadata/actions/workflows/pypi.yml)

programatic access to conda-forge's metadata
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ oci = [
]

[project.urls]
home = "https://github.com/regro/conda-forge-metadata"
home = "https://github.com/conda-forge/conda-forge-metadata"

[tool.setuptools_scm]
write_to = "conda_forge_metadata/_version.py"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_info_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_info_json_conda(backend: str):
@pytest.mark.parametrize("backend", info_json.VALID_BACKENDS)
def test_info_json_conda_unlucky_test_file(backend: str):
"""
See https://github.com/regro/conda-forge-metadata/pull/36
See https://github.com/conda-forge/conda-forge-metadata/pull/36
This artifact has test/xxxx/something_index.json,
which tripped the original info/ parsing logic.
Expand Down

0 comments on commit 0395b53

Please sign in to comment.