Skip to content

Commit

Permalink
Update src/validate_pyproject/extra_validations.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Bravalheri <[email protected]>
  • Loading branch information
henryiii and abravalheri committed Oct 15, 2024
1 parent d45af1e commit 8ba8e1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/validate_pyproject/extra_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def validate_include_depenency(pyproject: T) -> T:
):
raise IncludedDependencyGroupMustExist(
message=f"The included dependency group {include_group} doesn't exist",
value={
"field": include_group,
},
value=each,
name=f"data.dependency_groups.{key}",
definition={
"description": cleandoc(IncludedDependencyGroupMustExist._DESC),
Expand Down

0 comments on commit 8ba8e1b

Please sign in to comment.