Skip to content

Commit

Permalink
ci: run mypy type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
michalc committed Nov 17, 2024
1 parent 455f486 commit 8046f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: "Install python dependencies"
run: |
pip install ".[dev,ci]"
- name: "Run type checking"
run: |
mypy python
- name: "Run tests"
run: |
coverage run -m unittest -v
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"coverage>=6.2",
"mypy>=1.4.1",
"pytest>=6.2.5",
"pytest-cov>=3.0.0",
"trio>=0.19.0",
Expand Down

0 comments on commit 8046f41

Please sign in to comment.