Skip to content

Bump the uv group across 1 directory with 2 updates #546

Bump the uv group across 1 directory with 2 updates

Bump the uv group across 1 directory with 2 updates #546

Triggered via pull request April 10, 2026 03:59
Status Success
Total duration 10m 48s
Artifacts

tests.yml

on: pull_request
Check code formatting
34s
Check code formatting
Run container tests
10m 8s
Run container tests
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (ANN001): src/cdm_data_loaders/parsers/gene_association_file.py#L106
src/cdm_data_loaders/parsers/gene_association_file.py:106:21: ANN001 Missing type annotation for function argument `spark`
ruff (ANN201): src/cdm_data_loaders/parsers/gene_association_file.py#L106
src/cdm_data_loaders/parsers/gene_association_file.py:106:5: ANN201 Missing return type annotation for public function `load_annotation` help: Add return type annotation
ruff (ANN201): src/cdm_data_loaders/parsers/gene_association_file.py#L95
src/cdm_data_loaders/parsers/gene_association_file.py:95:5: ANN201 Missing return type annotation for public function `get_spark` help: Add return type annotation
ruff (F401): src/cdm_data_loaders/audit/run.py#L8
src/cdm_data_loaders/audit/run.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (F401): src/cdm_data_loaders/audit/metrics.py#L8
src/cdm_data_loaders/audit/metrics.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (F401): src/cdm_data_loaders/audit/checkpoint.py#L8
src/cdm_data_loaders/audit/checkpoint.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (BLE001): scripts/parse_index.py#L33
scripts/parse_index.py:33:12: BLE001 Do not catch blind exception: `Exception`
ruff (PLR2004): scripts/parse_index.py#L22
scripts/parse_index.py:22:24: PLR2004 Magic value used in comparison, consider replacing `3` with a constant variable
ruff (INP001): scripts/parse_index.py#L1
scripts/parse_index.py:1:1: INP001 File `scripts/parse_index.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (I001): notebooks/pangenome_refseq.py#L14
notebooks/pangenome_refseq.py:14:1: I001 Import block is un-sorted or un-formatted help: Organize imports
Run container tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/