Skip to content

Commit

Permalink
set not dict
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Nov 22, 2024
1 parent 8c2a8ee commit 245e609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdm_build_locked/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def handle(self, project: Project, options: argparse.Namespace) -> None:
return

# we are not interested in the pdm dev-dependencies group
pdm_dev_dependencies = {}
pdm_dev_dependencies = set()
if dev_dependencies := project.pyproject.settings.get("dev-dependencies"):
pdm_dev_dependencies = dev_dependencies.keys()

Expand Down

0 comments on commit 245e609

Please sign in to comment.