From 3ac64ed3d01b1c1a8fd1964b95c32beab39bcc1b Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:14:11 +0000 Subject: [PATCH] Updated files with 'repo_helper'. (#17) Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> --- .github/dependabot.yml | 1 + formate.toml | 2 +- tox.ini | 3 +-- 3 files changed, 3 insertions(+), 3 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 86a6174..35192a7 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 = "remotezip" +known_first_party = [ "remotezip",] diff --git a/tox.ini b/tox.ini index 431780a..38c752e 100644 --- a/tox.ini +++ b/tox.ini @@ -53,8 +53,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}"