Skip to content

Commit

Permalink
Add types in manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Mar 8, 2021
1 parent 7df16d5 commit 48176d9
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 61 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
pip install --upgrade setuptools pip
pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
pip freeze
- name: Check types
run: mypy jupyter_client/manager.py
- name: Run the tests
run: py.test --cov jupyter_client -v jupyter_client
- name: Code coverage
Expand Down
Loading

0 comments on commit 48176d9

Please sign in to comment.