From a758351e02ef56c0f1ca0442a6fec381e8a9bbc0 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:31:02 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- tox.ini | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tox.ini b/tox.ini index b58751c..a3108f0 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ deps = commands = python -m build --sdist --wheel "{toxinidir}" twine check dist/*.tar.gz dist/*.whl - #check-wheel-contents dist/ + check-wheel-contents dist/ [testenv:lint] basepython = python3.8 @@ -90,7 +90,7 @@ deps = pydocstyle>=6.0.0 pygments>=2.7.1 importlib_metadata<4.5.0; python_version<'3.8' -commands = python3 -m flake8_rst_docstrings_sphinx dotnet_stub_builder --allow-toolbox {posargs} +commands = python3 -m flake8_rst_docstrings_sphinx dotnet_stub_builder-stubs --allow-toolbox {posargs} [testenv:perflint] basepython = python3.8 @@ -104,9 +104,7 @@ commands = python3 -m perflint dotnet_stub_builder {posargs} basepython = python3.8 ignore_errors = True changedir = {toxinidir} -deps = - mypy==0.971 - domdf-python-tools +deps = mypy==0.971 commands = stubtest dotnet_stub_builder {posargs} [testenv:pyup] @@ -115,7 +113,7 @@ skip_install = True ignore_errors = True changedir = {toxinidir} deps = pyupgrade-directories -commands = pyup_dirs dotnet_stub_builder --py36-plus --recursive +commands = pyup_dirs dotnet_stub_builder-stubs --py36-plus --recursive [flake8] max-line-length = 120 @@ -158,8 +156,8 @@ unused-arguments-ignore-variadic-names = True [check-wheel-contents] ignore = W002 -toplevel = dotnet_stub_builder -package = dotnet_stub_builder +toplevel = dotnet_stub_builder-stubs +package = dotnet_stub_builder-stubs [coverage:run] plugins =