From 20056bee00caa860ab4ccb5cffddd44edd48cf35 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:55:11 +0000 Subject: [PATCH] [repo-helper] Configuration Update (#5) * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> --- .github/dependabot.yml | 1 + formate.toml | 2 +- pyproject.toml | 4 ---- tox.ini | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e769ad3..454225a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,6 @@ updates: directory: / schedule: interval: weekly + open-pull-requests-limit: 0 reviewers: - domdfcoding diff --git a/formate.toml b/formate.toml index 39c288b..9f825da 100644 --- a/formate.toml +++ b/formate.toml @@ -32,4 +32,4 @@ use_parentheses = true remove_redundant_aliases = true default_section = "THIRDPARTY" known_third_party = [] -known_first_party = "contributing" +known_first_party = [ "contributing",] diff --git a/pyproject.toml b/pyproject.toml index 7a04365..e43d01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,6 @@ Homepage = "https://github.com/PyMassSpec/contributing" "Source Code" = "https://github.com/PyMassSpec/contributing" Documentation = "https://contributing-to-pyms.readthedocs.io" -[tool.mkrecipe] -conda-channels = [ "PyMassSpec",] -extras = "all" - [tool.whey] base-classifiers = [] python-versions = [ "3.8",] diff --git a/tox.ini b/tox.ini index bc15418..9c7ab20 100644 --- a/tox.ini +++ b/tox.ini @@ -64,8 +64,7 @@ changedir = {toxinidir} deps = build[virtualenv]>=0.3.1 check-wheel-contents>=0.1.0 - twine>=3.2.0; python_version < "3.13" - twine@git+https://github.com/pypa/twine; python_version >= "3.13" + twine>=3.2.0 cryptography<40; implementation_name == "pypy" and python_version <= "3.7" commands = python -m build --sdist --wheel "{toxinidir}"