Skip to content

Commit 2c44c3d

Browse files
[repo-helper] Configuration Update (#16)
* 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>
1 parent ea39914 commit 2c44c3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ updates:
66
directory: /
77
schedule:
88
interval: weekly
9+
open-pull-requests-limit: 0
910
reviewers:
1011
- domdfcoding

formate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ use_parentheses = true
3232
remove_redundant_aliases = true
3333
default_section = "THIRDPARTY"
3434
known_third_party = []
35-
known_first_party = "contributing"
35+
known_first_party = [ "contributing",]

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ changedir = {toxinidir}
6464
deps =
6565
build[virtualenv]>=0.3.1
6666
check-wheel-contents>=0.1.0
67-
twine>=3.2.0; python_version < "3.13"
68-
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
67+
twine>=3.2.0
6968
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
7069
commands =
7170
python -m build --sdist --wheel "{toxinidir}"

0 commit comments

Comments
 (0)