From 891f77e9d47ec8f9555a182cffe287caa570de24 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Sat, 19 Jun 2021 18:00:27 +0100 Subject: [PATCH] [repo-helper] Configuration Update (#17) * Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- mkrecipe/__init__.py | 3 +-- pyproject.toml | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93a1360..dafc330 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^$ repos: - repo: https://github.com/repo-helper/pyproject-parser - rev: v0.2.3 + rev: v0.3.0 hooks: - id: reformat-pyproject @@ -73,7 +73,7 @@ repos: - id: forbid-crlf - repo: https://github.com/repo-helper/formate - rev: v0.4.5 + rev: v0.4.6 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ diff --git a/mkrecipe/__init__.py b/mkrecipe/__init__.py index e9489b1..5d5787c 100644 --- a/mkrecipe/__init__.py +++ b/mkrecipe/__init__.py @@ -49,13 +49,12 @@ from packaging.requirements import InvalidRequirement from packaging.version import Version from shippinglabel.conda import make_conda_description, prepare_requirements, validate_requirements -from shippinglabel.pypi import get_pypi_releases, get_sdist_url +from shippinglabel.pypi import get_pypi_releases, get_sdist_url, get_wheel_url from shippinglabel.requirements import ComparableRequirement, combine_requirements from whey.config.whey import license_lookup # this package from mkrecipe.config import load_toml -from shippinglabel.pypi import get_wheel_url __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020-2021 Dominic Davis-Foster" diff --git a/pyproject.toml b/pyproject.toml index b23d27d..90a15c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ extensions = [ "sphinx_toolbox.tweaks.latex_toc", "sphinx.ext.intersphinx", "sphinx.ext.mathjax", - "sphinxcontrib.httpdomain", "sphinxcontrib.extras_require", "sphinx.ext.todo", "sphinxemoji.sphinxemoji",