Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ cache: stages: - setup_and_format # A single stage to perform all modifications sequentially - lint # A stage for checks that don't modify code (like pylint) - auto_commit # Optional stage for committing changes # - auto_commit # Optional stage for committing changes # Job 1: Install Noctua and its dependencies install_noctua: Loading Loading @@ -87,7 +87,7 @@ apply_isort: - echo "Current directory $(pwd)" - ls -la - echo "Applying isort to '${FORMAT_TARGETS}' directory..." # isort will use pyproject.toml for configuration if present in the workspace root # isort will use pyproject.toml for configuration - | if [ -d "${FORMAT_TARGETS}" ]; then isort "${FORMAT_TARGETS}" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ cache: stages: - setup_and_format # A single stage to perform all modifications sequentially - lint # A stage for checks that don't modify code (like pylint) - auto_commit # Optional stage for committing changes # - auto_commit # Optional stage for committing changes # Job 1: Install Noctua and its dependencies install_noctua: Loading Loading @@ -87,7 +87,7 @@ apply_isort: - echo "Current directory $(pwd)" - ls -la - echo "Applying isort to '${FORMAT_TARGETS}' directory..." # isort will use pyproject.toml for configuration if present in the workspace root # isort will use pyproject.toml for configuration - | if [ -d "${FORMAT_TARGETS}" ]; then isort "${FORMAT_TARGETS}" Loading