### Description of the bug When I run ` time nf-core pipelines lint` locally (VSCode, Ubuntu 24.04) with a conda installed nf-core tools, the whole test takes ``` real 3m58.398s user 3m45.035s sys 0m22.198s ``` Taking a particualrly long time on `pipeline_if_empty_null` If I run with same branch on gitpod ``` real 0m57.994s user 0m36.490s sys 0m45.334s ``` ### Command used and terminal output ```console ``` ### System information _No response_