Skip to content

Commit 43917e4

Browse files
committed
build: Add argcomplete, optional dependency
1 parent 7cb8559 commit 43917e4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

poetry.lock

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ lint = [
127127
"types-PyYAML",
128128
]
129129

130+
[tool.poetry.group.completion.dependencies]
131+
argcomplete = {version = "^2.0.0", optional = true}
132+
130133
[tool.coverage.run]
131134
branch = true
132135
source = [

0 commit comments

Comments
 (0)