Skip to content

Commit

Permalink
Update nf_core/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Oct 22, 2024
1 parent 4abbc4a commit ff27b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ class NFCoreYamlConfig(BaseModel):
description="Pipeline linting configuration, see https://nf-co.re/docs/nf-core-tools/pipelines/lint#linting-config for examples and documentation",
)
template: Optional[NFCoreTemplateConfig] = Field(
None, description="Pipeline template configuration", exclude=repository_type == "modules"
None, description="Pipeline template configuration"
)
bump_version: Optional[Dict[str, bool]] = Field(
None,
Expand Down

0 comments on commit ff27b29

Please sign in to comment.