Skip to content

Commit 47d5b78

Browse files
committed
ci(mypy): Declare files to run 'mypy' with no args
1 parent e9126b9 commit 47d5b78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ libvcs = "libvcs.pytest_plugin"
136136

137137
[tool.mypy]
138138
strict = true
139+
files = [
140+
"src",
141+
"tests"
142+
]
139143

140144
[tool.coverage.run]
141145
branch = true

0 commit comments

Comments
 (0)