Skip to content

Commit 76354bb

Browse files
committed
Tox "mypy": check only the source directory
1 parent 16c4a63 commit 76354bb

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
@@ -28,7 +28,7 @@ deps =
2828

2929
[testenv:mypy]
3030
allowlist_externals = mypy
31-
commands = mypy {posargs:.}
31+
commands = mypy {posargs:pytest_factoryboy}
3232

3333
[pytest]
3434
addopts = -vv -l

0 commit comments

Comments
 (0)