Skip to content

docs: backfill CHANGELOG.md with past release notes #650

docs: backfill CHANGELOG.md with past release notes

docs: backfill CHANGELOG.md with past release notes #650

Triggered via pull request July 24, 2026 15:01
Status Failure
Total duration 12s
Artifacts

test.yml

on: pull_request
check-python-package
8s
check-python-package
test-windows-installer
test-windows-installer
Matrix: test-python-package
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (UP045): ms2rescore/_ristretto_utils.py#L74
ms2rescore/_ristretto_utils.py:74:18: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (UP006): ms2rescore/_ristretto_utils.py#L28
ms2rescore/_ristretto_utils.py:28:20: UP006 Use `set` instead of `Set` for type annotation help: Replace with `set`
ruff (UP035): ms2rescore/_ristretto_utils.py#L12
ms2rescore/_ristretto_utils.py:12:1: UP035 `typing.Set` is deprecated, use `set` instead
ruff (UP035): ms2rescore/_ristretto_utils.py#L12
ms2rescore/_ristretto_utils.py:12:1: UP035 `typing.Dict` is deprecated, use `dict` instead
ruff (TRY401): ms2rescore/__main__.py#L259
ms2rescore/__main__.py:259:26: TRY401 Redundant exception object included in `logging.exception` call
ruff (DTZ005): ms2rescore/__main__.py#L193
ms2rescore/__main__.py:193:21: DTZ005 `datetime.datetime.now()` called without a `tz` argument help: Pass a `datetime.timezone` object to the `tz` parameter
ruff (UP007): ms2rescore/__main__.py#L167
ms2rescore/__main__.py:167:49: UP007 Use `X | Y` for type annotations help: Convert to `X | Y`
ruff (RUF100): ms2rescore/__init__.py#L32
ms2rescore/__init__.py:32:38: RUF100 Unused `noqa` directive (non-enabled: `E402`) help: Remove unused `noqa` directive
ruff (RUF100): ms2rescore/__init__.py#L31
ms2rescore/__init__.py:31:60: RUF100 Unused `noqa` directive (non-enabled: `E402`) help: Remove unused `noqa` directive
ruff (RUF100): ms2rescore/__init__.py#L30
ms2rescore/__init__.py:30:46: RUF100 Unused `noqa` directive (non-enabled: `E402`) help: Remove unused `noqa` directive
check-python-package
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/setup-uv@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/