From 44a966f7feac0389792b9da0ee7a99e43a35f517 Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Mon, 23 Feb 2026 02:59:47 +0100 Subject: [PATCH] Use static lint checks to avoid plugin-side Django import failures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0012d8..c6efcfa 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ collectstatic: lint: fail-if-no-virtualenv cat wfjenk_20260222055552/ocyan.json |python3 -m json.tool 1>/dev/null - pylint setup.py wfjenk_20260222055552/ + python -m compileall -q setup.py wfjenk_20260222055552 black: @echo "No formatter configured in template; add your preferred formatter here."