Skip to content

Commit a421f8d

Browse files
committed
ci(mypy): Skip argcomplete for now
1 parent 78d0b30 commit a421f8d

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
@@ -161,6 +161,7 @@ files = [
161161
[[tool.mypy.overrides]]
162162
module = [
163163
"shtab",
164+
"argcomplete.*",
164165
"aafigure",
165166
"IPython.*",
166167
"ptpython.*",

0 commit comments

Comments
 (0)