Harden CI lint path for stable agent builds
This commit is contained in:
4
Makefile
4
Makefile
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user