We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d0b30 commit a421f8dCopy full SHA for a421f8d
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
@@ -161,6 +161,7 @@ files = [
161
[[tool.mypy.overrides]]
162
module = [
163
"shtab",
164
+ "argcomplete.*",
165
"aafigure",
166
"IPython.*",
167
"ptpython.*",
0 commit comments