From 9b6f862497749b387d6fd99771ec14775fe97b00 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 18 Feb 2026 10:34:55 -0600 Subject: Lint: Disable some checks for specific functions. --- uploader/phenotypes/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/phenotypes/models.py') diff --git a/uploader/phenotypes/models.py b/uploader/phenotypes/models.py index 06c417f..3946a0f 100644 --- a/uploader/phenotypes/models.py +++ b/uploader/phenotypes/models.py @@ -87,7 +87,7 @@ def phenotype_publication_data(conn, phenotype_id) -> Optional[dict]: return dict(res) -def dataset_phenotypes( +def dataset_phenotypes(# pylint: disable=[too-many-arguments, too-many-positional-arguments] conn: Connection, population_id: int, dataset_id: int, -- cgit 1.4.1