Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent acb8574 commit a37e4c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit a37e4c6

Please sign in to comment.