Use static lint checks to avoid plugin-side Django import failures

This commit is contained in:
2026-02-23 02:59:47 +01:00
parent e22a648ae6
commit 44a966f7fe

View File

@@ -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."