Add PDB manifest pipeline #852
tests.yml
on: pull_request
Check code formatting
41s
Run container tests
12m 53s
Matrix: tests
Annotations
10 errors and 1 warning
|
ruff (ANN201):
src/cdm_data_loaders/parsers/gene_association_file.py#L121
src/cdm_data_loaders/parsers/gene_association_file.py:121:5: ANN201 Missing return type annotation for public function `normalize_dates`
help: Add return type annotation
|
|
ruff (ANN001):
src/cdm_data_loaders/parsers/gene_association_file.py#L105
src/cdm_data_loaders/parsers/gene_association_file.py:105:28: ANN001 Missing type annotation for function argument `input_path`
|
|
ruff (ANN001):
src/cdm_data_loaders/parsers/gene_association_file.py#L105
src/cdm_data_loaders/parsers/gene_association_file.py:105:21: ANN001 Missing type annotation for function argument `spark`
|
|
ruff (ANN201):
src/cdm_data_loaders/parsers/gene_association_file.py#L105
src/cdm_data_loaders/parsers/gene_association_file.py:105: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#L94
src/cdm_data_loaders/parsers/gene_association_file.py:94:5: ANN201 Missing return type annotation for public function `get_spark`
help: Add return type annotation
|
|
ruff (ANN401):
src/cdm_data_loaders/core/settings.py#L123
src/cdm_data_loaders/core/settings.py:123:54: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `validate_dlt_config`
|
|
ruff (ANN401):
src/cdm_data_loaders/core/settings.py#L123
src/cdm_data_loaders/core/settings.py:123:46: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `dlt_config`
|
|
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 (PLW0603):
notebooks/ncbi_ftp_manifest.ipynb#L1
notebooks/ncbi_ftp_manifest.ipynb:1:1: PLW0603 Using the global statement to update `_last_refresh` is discouraged
|
|
ruff (PLR2004):
notebooks/ncbi_ftp_download.ipynb#L1
notebooks/ncbi_ftp_download.ipynb:1:1: PLR2004 Magic value used in comparison, consider replacing `10` with a constant variable
|
|
Run container tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|