diff options
| author | Frederick Muriuki Muriithi | 2025-12-19 13:09:36 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-19 13:09:36 -0600 |
| commit | 3abddb6cc5e1fedb5a30cfbb593da688b1cd7e3b (patch) | |
| tree | 7185e3cc8cccd773e8468dd87f4e73d45cc06972 | |
| parent | 56ed0f57b816b1023a97b7205268deed0a45c77e (diff) | |
| download | gn-uploader-3abddb6cc5e1fedb5a30cfbb593da688b1cd7e3b.tar.gz | |
Add hidden development-only helper scripts.
| -rw-r--r-- | .dev/run-checks.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 . |
