File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
directory : /
7
7
schedule :
8
8
interval : weekly
9
+ open-pull-requests-limit : 0
9
10
reviewers :
10
11
- domdfcoding
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ use_parentheses = true
32
32
remove_redundant_aliases = true
33
33
default_section = " THIRDPARTY"
34
34
known_third_party = []
35
- known_first_party = " contributing"
35
+ known_first_party = [ " contributing" ,]
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ changedir = {toxinidir}
64
64
deps =
65
65
build[virtualenv]>=0.3.1
66
66
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
69
68
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
70
69
commands =
71
70
python -m build --sdist --wheel " {toxinidir}"
You can’t perform that action at this time.
0 commit comments