Skip to content

Commit

Permalink
Update src/validate_pyproject/plugins/__init__.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 authored Oct 11, 2023
1 parent 7b1be41 commit 55ee081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validate_pyproject/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def help_text(self) -> str:
return Template(tpl).safe_substitute(tool=self.tool, id=self.id)

def __repr__(self) -> str:
return f"{self.__class__.__name__}({self.tool!r}, {self._load_fn!r})"
return f"{self.__class__.__name__}({self.tool!r}, {self.id})"


def iterate_entry_points(group=ENTRYPOINT_GROUP) -> Iterable[EntryPoint]:
Expand Down

0 comments on commit 55ee081

Please sign in to comment.