From 732bbd0fdd475dab0f803342ddecf991daf0b30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Mir=20Pedrol?= Date: Wed, 31 Aug 2022 09:34:28 +0200 Subject: [PATCH] Apply suggestion from code review Co-authored-by: Phil Ewels --- nf_core/pipeline-template/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nf_core/pipeline-template/pyproject.toml b/nf_core/pipeline-template/pyproject.toml index 53cc9af325..1ed87cee5b 100644 --- a/nf_core/pipeline-template/pyproject.toml +++ b/nf_core/pipeline-template/pyproject.toml @@ -1,3 +1,5 @@ +# Config file for Python. Mostly used to configure linting of bin/check_samplesheet.py with Black. +# Should be kept the same as nf-core/tools to avoid fighting with template synchronisation. [tool.black] line-length = 120 target_version = ["py37", "py38", "py39", "py310"]