From e5acda7cc7804a6e9835b6a65f31924b34a2474d Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 15 Feb 2026 23:33:26 +0000 Subject: [PATCH 1/2] Bump rust version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d70dbb2c..6c8cdc58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff~=0.13.0", + "ruff~=0.15.1", "mypy[reports]", # "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings "pytest", From dcc73c248a1b1eca748071b971acb1b7b0ea8bb1 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 15 Feb 2026 23:35:13 +0000 Subject: [PATCH 2/2] Remove commented gitlab-code-quality dep and use in CI --- .gitlab-ci.yml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f20d205..3a136e37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,6 @@ pytest: script: - pytest - mv .coverage .coverage.main -# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok artifacts: when: always paths: diff --git a/pyproject.toml b/pyproject.toml index 6c8cdc58..5f52963b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,6 @@ dependencies = [ dev = [ "ruff~=0.15.1", "mypy[reports]", -# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings "pytest", "pytest-cov", "pytest-mock==3.14",