Skip to content

Commit e36f341

Browse files
committed
ci(mypy): Add config_reader.py
1 parent fe14fcc commit e36f341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ exclude_lines = [
144144
"def parse_args",
145145
]
146146

147+
[tool.mypy]
148+
files = [
149+
"src/tmuxp/config_reader.py",
150+
]
151+
147152
[[tool.mypy.overrides]]
148153
module = [
149154
"kaptan",

0 commit comments

Comments
 (0)