ts: remove interrogate; I no longer use it
- ID
55a6c72- date
2026-04-16 08:11:23+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
2c07abc- message
ts: remove interrogate; I no longer use it- changed files
1 file, 11 deletions
Changed files
ts (2475) → ts (2285)
diff --git a/ts b/ts
index 617e330..e3e56b3 100755
--- a/ts
+++ b/ts
@@ -23,17 +23,6 @@ function run_python_tests() {
echo ""
- if grep --quiet "interrogate" "dev_requirements.txt"
- then
- print_info "-> interrogate"
- if ! interrogate
- then
- interrogate -vv
- fi
-
- echo ""
- fi
-
# This is one repo which is a bit special -- I'm gradually trying to chase
# the code into `src`, but for now I have to remember to look at *.py
if [[ "$REPO_NAME" = "library-lookup" ]]