Skip to content

Commit

Permalink
Fix help with line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taconi committed Sep 1, 2024
1 parent c5841bc commit c066dde
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions poethepoet/task/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ def validate(self):
"""
Validation rules that don't require any extra context go here.
"""
if self.help and "\n" in self.help:
raise ConfigValidationError(
"Help messages must not contain line breaks"
)

class TaskSpec:
name: str
Expand Down

0 comments on commit c066dde

Please sign in to comment.