Skip to content

Commit 0977cb4

Browse files
committed
Explicitly list files for mypy
1 parent 12df5b0 commit 0977cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands = flake8 nbclient --count --ignore=E203,E731,F811,W503 --max-complexity
1818
[testenv:mypy]
1919
skip_install = true
2020
deps = mypy
21-
commands = mypy nbclient/*.py
21+
commands = mypy nbclient/client.py nbclient/exceptions.py nbclient/__init__.py nbclient/jsonutil.py nbclient/output_widget.py nbclient/util.py nbclient/_version.py
2222

2323
# Manifest
2424
[testenv:manifest]

0 commit comments

Comments
 (0)