We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd4583 commit 4b8831fCopy full SHA for 4b8831f
test/test_mypy.py
@@ -6,7 +6,7 @@
6
def test_mypy():
7
"""Run mypy on the source and test folders."""
8
result = subprocess.run(
9
- [sys.executable, '-m', 'mypy', '--install-types', '--non-interactive', 'pyvirtualcam', 'test'],
+ [sys.executable, '-m', 'mypy', '--install-types', '--non-interactive', 'pyvirtualcam/', 'test/'],
10
capture_output=True,
11
text=True
12
)
0 commit comments