Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 29, 2024
1 parent 20a73b7 commit 446b6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
files: ^nox/
args: []
additional_dependencies:
- dependency-groups>=1.1
- dependency-groups>=1.2
- jinja2
- packaging
- importlib_metadata
Expand Down
2 changes: 1 addition & 1 deletion nox/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ def test(session):
session.install(*nox.project.dependency_groups(pyproject, "dev"))
"""
dep_groups = pyproject["dependency-groups"]
return [item for g in groups for item in resolve(dep_groups, g)]
return resolve(dep_groups, *groups)

0 comments on commit 446b6d2

Please sign in to comment.