From a37e4c6fdc025ef8a4fcadf57890f0307ae709fe Mon Sep 17 00:00:00 2001 From: Jessica Smith <12jessicasmith34@gmail.com> Date: Thu, 13 Jun 2024 07:07:21 -0500 Subject: [PATCH] fix tox --- pyproject.toml | 1 + tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e95ef4..f428c82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ dev = [ "ruff==0.4.8", "pre-commit==3.7.1", "mypy==1.10.0", + "twine==5.1.0", ] docs = [ "mkdocs==1.6.0", diff --git a/tox.ini b/tox.ini index 6d96f7d..1f3c29d 100644 --- a/tox.ini +++ b/tox.ini @@ -17,13 +17,13 @@ deps = commands = ruff format src ruff check src - mypy -m src --exclude ^tests + mypy -m src --exclude ^(tests|examples) python -m build mkdocs build twine check dist/* [testenv] -allowlist_externals = ruff,mypy +allowlist_externals = ruff,mypy,mkdocs,twine recreate = False passenv = * setenv =