We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94618b9 commit 68c818bCopy full SHA for 68c818b
pyproject.toml
@@ -96,7 +96,7 @@ types-docutils = "*"
96
types-PyYAML = "*"
97
98
### Quirks ###
99
-importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
+importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
100
101
[tool.poetry.extras]
102
docs = [
@@ -152,7 +152,8 @@ exclude_lines = [
152
153
[tool.mypy]
154
files = [
155
- "src/tmuxp/config_reader.py",
+ "src/",
156
+ "tests/",
157
]
158
159
[[tool.mypy.overrides]]
0 commit comments