From fdef700925a783e4fa2410704f9d7364e61d1d69 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Tue, 22 Oct 2024 14:01:04 +0000 Subject: [PATCH] [automated] Fix code linting --- nf_core/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nf_core/utils.py b/nf_core/utils.py index 6ba329cbb..8a6bc0841 100644 --- a/nf_core/utils.py +++ b/nf_core/utils.py @@ -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.",