Skip to content

Commit 715317d

Browse files
committed
ci(mypy): Declare files to run 'mypy' with no args
1 parent 90c5afe commit 715317d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ libtmux = "libtmux.pytest_plugin"
113113

114114
[tool.mypy]
115115
strict = true
116+
files = [
117+
"src",
118+
"tests"
119+
]
116120

117121
[tool.coverage.run]
118122
branch = true

0 commit comments

Comments
 (0)