From 5e428c3c1b8a4bd765110f9bd16e15d19783c1d4 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 19 Jan 2024 07:07:06 +0000 Subject: [PATCH] [automated] Fix linting with Prettier --- .devcontainer/devcontainer.json | 8 ++++---- .github/workflows/ci.yml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4ecfbfe3..4a9bc5c7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,11 +18,11 @@ "python.linting.flake8Path": "/opt/conda/bin/flake8", "python.linting.pycodestylePath": "/opt/conda/bin/pycodestyle", "python.linting.pydocstylePath": "/opt/conda/bin/pydocstyle", - "python.linting.pylintPath": "/opt/conda/bin/pylint" + "python.linting.pylintPath": "/opt/conda/bin/pylint", }, // Add the IDs of extensions you want installed when the container is created. - "extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"] - } - } + "extensions": ["ms-python.python", "ms-python.vscode-pylance", "nf-core.nf-core-extensionpack"], + }, + }, } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10599f3e..e8907caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,7 @@ jobs: NXF_VER: - "23.04.0" - "latest-everything" - profile: - [ + profile: [ "test,docker --aligner alevin", "test,docker --aligner kallisto", "test,docker --aligner star",