Skip to content

Commit 68c818b

Browse files
committed
ci(mypy): Type all files
1 parent 94618b9 commit 68c818b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ types-docutils = "*"
9696
types-PyYAML = "*"
9797

9898
### Quirks ###
99-
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
99+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
100100

101101
[tool.poetry.extras]
102102
docs = [
@@ -152,7 +152,8 @@ exclude_lines = [
152152

153153
[tool.mypy]
154154
files = [
155-
"src/tmuxp/config_reader.py",
155+
"src/",
156+
"tests/",
156157
]
157158

158159
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)