Commit 12db4a5e by finswimmer Committed by GitHub

Merge pull request #1519 from and800/master

init: change dev dependency prompt
parents b3b07cbf 03db0014
......@@ -165,8 +165,7 @@ The <c1>init</c1> command creates a basic <comment>pyproject.toml</> file in the
dev_requirements = {}
question = (
"Would you like to define your dev dependencies"
" (require-dev) interactively"
"Would you like to define your development dependencies interactively?"
)
if self.confirm(question, True):
if not help_displayed:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment