diff options
author | Frederick Muriuki Muriithi | 2024-12-03 16:21:17 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-03 16:22:11 -0600 |
commit | cb171851416f7f895ccf8bc582b8b6995c71e4d0 (patch) | |
tree | 9cdf165d38036e5f92b3f8c90c8cfb660fcc7b1b /scripts | |
parent | a7accfc7883b77a16e8609cf6153354b4ad941ec (diff) | |
download | gn-uploader-cb171851416f7f895ccf8bc582b8b6995c71e4d0.tar.gz |
Fix some linting and mypy issues.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rqtl2/phenotypes_qc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2/phenotypes_qc.py b/scripts/rqtl2/phenotypes_qc.py index 4d3f188..ba28ed0 100644 --- a/scripts/rqtl2/phenotypes_qc.py +++ b/scripts/rqtl2/phenotypes_qc.py @@ -267,7 +267,7 @@ def integer_error( return InvalidValue(filename, rowtitle, coltitle, cellvalue, message) -def qc_pheno_file(# pylint: disable=[too-many-arguments] +def qc_pheno_file(# pylint: disable=[too-many-locals, too-many-arguments] filepath: Path, redisuri: str, fqkey: str, |