We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12df5b0 commit 0977cb4Copy full SHA for 0977cb4
tox.ini
@@ -18,7 +18,7 @@ commands = flake8 nbclient --count --ignore=E203,E731,F811,W503 --max-complexity
18
[testenv:mypy]
19
skip_install = true
20
deps = mypy
21
-commands = mypy nbclient/*.py
+commands = mypy nbclient/client.py nbclient/exceptions.py nbclient/__init__.py nbclient/jsonutil.py nbclient/output_widget.py nbclient/util.py nbclient/_version.py
22
23
# Manifest
24
[testenv:manifest]
0 commit comments