Skip to content

Commit 4b8831f

Browse files
authored
Apply suggestion from @letmaik
1 parent 1cd4583 commit 4b8831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_mypy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def test_mypy():
77
"""Run mypy on the source and test folders."""
88
result = subprocess.run(
9-
[sys.executable, '-m', 'mypy', '--install-types', '--non-interactive', 'pyvirtualcam', 'test'],
9+
[sys.executable, '-m', 'mypy', '--install-types', '--non-interactive', 'pyvirtualcam/', 'test/'],
1010
capture_output=True,
1111
text=True
1212
)

0 commit comments

Comments
 (0)