Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ test-python: before_script: - uv sync --locked script: - uv run black --check $CI_PROJECT_DIR - uv run ruff format --check $CI_PROJECT_DIR - uv run mypy . # This snippet is copied and modified from the GitLab Documentation (as of 2021-01-10, the contents of the script seem to have changed by now) Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ test-python: before_script: - uv sync --locked script: - uv run black --check $CI_PROJECT_DIR - uv run ruff format --check $CI_PROJECT_DIR - uv run mypy . # This snippet is copied and modified from the GitLab Documentation (as of 2021-01-10, the contents of the script seem to have changed by now) Loading