Skip to content

Commit 9c15eaf

Browse files
committed
ci(mypy): Skip argcomplete for now
1 parent e15b4a7 commit 9c15eaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ lint = [
128128
]
129129

130130
[tool.poetry.group.completion.dependencies]
131-
argcomplete = {version = "^2.0.0", optional = true}
131+
argcomplete = { version = "^2.0.0", optional = true }
132132

133133
[tool.coverage.run]
134134
branch = true
@@ -160,6 +160,7 @@ files = [
160160

161161
[[tool.mypy.overrides]]
162162
module = [
163+
"argcomplete.*",
163164
"aafigure",
164165
"IPython.*",
165166
"ptpython.*",

0 commit comments

Comments
 (0)