Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith authored Jun 13, 2024
1 parent acb8574 commit 2ef4207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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/*
Expand Down

0 comments on commit 2ef4207

Please sign in to comment.