Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#17)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
repo-helper[bot] and pre-commit-ci[bot] committed Jun 19, 2021
1 parent f681207 commit 891f77e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -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

Expand Down Expand Up @@ -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$
Expand Down
3 changes: 1 addition & 2 deletions mkrecipe/__init__.py
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -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",
Expand Down

0 comments on commit 891f77e

Please sign in to comment.