Skip to content

Commit

Permalink
[automated] Fix code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Oct 22, 2024
1 parent d3453aa commit fdef700
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nf_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,9 +1105,7 @@ class NFCoreYamlConfig(BaseModel):
None,
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"
)
template: Optional[NFCoreTemplateConfig] = Field(None, description="Pipeline template configuration")
bump_version: Optional[Dict[str, bool]] = Field(
None,
description="Disable bumping of the version for a module/subworkflow (when repository_type is modules). See https://nf-co.re/docs/nf-core-tools/modules/bump-versions for more information.",
Expand Down

0 comments on commit fdef700

Please sign in to comment.