Skip to content

Commit

Permalink
Switch to using tox as runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 15, 2024
1 parent 22bc1bc commit 19bd804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/codespell.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: tox -e pyroma
- name: Check static typing with MyPy
run: tox -e mypy
- name: Check for typos with codespell
run: tox -e codespell
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 19bd804

Please sign in to comment.