Skip to content

Commit b4d35ee

Browse files
committed
Add types in manager.py
1 parent 7df16d5 commit b4d35ee

File tree

3 files changed

+139
-66
lines changed

3 files changed

+139
-66
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
pip install --upgrade setuptools pip
3232
pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
3333
pip freeze
34+
- name: Check types
35+
run: mypy jupyter_client/manager.py
3436
- name: Run the tests
3537
run: py.test --cov jupyter_client -v jupyter_client
3638
- name: Code coverage

0 commit comments

Comments
 (0)