From 3abddb6cc5e1fedb5a30cfbb593da688b1cd7e3b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Dec 2025 13:09:36 -0600 Subject: Add hidden development-only helper scripts. --- .dev/run-checks.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dev/run-checks.sh diff --git a/.dev/run-checks.sh b/.dev/run-checks.sh new file mode 100644 index 0000000..66ac681 --- /dev/null +++ b/.dev/run-checks.sh @@ -0,0 +1,2 @@ +pylint setup.py tests quality_control uploader r_qtl scripts && \ + mypy --show-error-codes . -- cgit 1.4.1