Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci(mypy): Skip argcomplete for now
  • Loading branch information
tony committed Oct 15, 2022
commit 9054c228fd0cd003a8b585b5f0e2bce26155116f
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lint = [
]

[tool.poetry.group.completion.dependencies]
argcomplete = {version = "^2.0.0", optional = true}
argcomplete = { version = "^2.0.0", optional = true }

[tool.coverage.run]
branch = true
Expand Down Expand Up @@ -161,6 +161,7 @@ files = [
[[tool.mypy.overrides]]
module = [
"shtab",
"argcomplete.*",
"aafigure",
"IPython.*",
"ptpython.*",
Expand Down