Skip to content

Commit 043b7d7

Browse files
committed
ci(mypy): Declare files to run 'mypy' with no args
1 parent d67735c commit 043b7d7

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
@@ -139,6 +139,10 @@ lint = [
139139
[tool.mypy]
140140
python_version = 3.9
141141
warn_unused_configs = true
142+
files = [
143+
"src",
144+
"tests"
145+
]
142146

143147
[[tool.mypy.overrides]]
144148
module = [

0 commit comments

Comments
 (0)