Skip to content

Commit

Permalink
Check types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Sep 13, 2024
1 parent 7ed416e commit 07e7c10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
pip install .[dev]
- name: Check types
run: |
mypy src
- name: Run tests
run: |
pytest ./tests -v --color=yes
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Homepage = "https://github.com/davidbrochart/ypywidgets"

[project.optional-dependencies]
dev = [
"mypy",
"pytest",
"pytest-asyncio",
]
Expand Down
Empty file added src/ypywidgets/py.typed
Empty file.

0 comments on commit 07e7c10

Please sign in to comment.