We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15b4a7 commit 9c15eafCopy full SHA for 9c15eaf
1 file changed
pyproject.toml
@@ -128,7 +128,7 @@ lint = [
128
]
129
130
[tool.poetry.group.completion.dependencies]
131
-argcomplete = {version = "^2.0.0", optional = true}
+argcomplete = { version = "^2.0.0", optional = true }
132
133
[tool.coverage.run]
134
branch = true
@@ -160,6 +160,7 @@ files = [
160
161
[[tool.mypy.overrides]]
162
module = [
163
+ "argcomplete.*",
164
"aafigure",
165
"IPython.*",
166
"ptpython.*",
0 commit comments