Harden CI lint path for stable agent builds

This commit is contained in:
2026-03-15 11:36:56 +01:00
parent b01a3be5cd
commit abd96c8837
3 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,9 @@ collectstatic:
lint: fail-if-no-virtualenv
cat mandelstudio/ocyan.json |python3 -m json.tool 1>/dev/null
pylint setup.py mandelstudio/
ruff format --check --exclude "migrations" mandelstudio
ruff check --select I --exclude "migrations" --output-format concise mandelstudio
python -m compileall -q setup.py mandelstudio
black:
@echo "No formatter configured in template; add your preferred formatter here."