precommit: Update Python packages and re-format

This commit is contained in:
Ole Schütt 2026-02-24 15:21:20 +01:00 committed by Ole Schütt
parent 9079630cc5
commit 4e03334606
27 changed files with 307 additions and 345 deletions

View file

@ -5,7 +5,7 @@
echo -e "\n========== Starting Precommit Server =========="
cd ./tools/precommit/ || exit 1
export REVISION="unknown revision"
gunicorn --bind=:8080 --workers=1 --threads=8 --timeout=0 precommit_server:app &> /var/tmp/precommit_server.logs &
gunicorn --bind=:8080 --workers=1 --threads=8 --timeout=0 --no-control-socket precommit_server:app &> /var/tmp/precommit_server.logs &
sleep 3
cat /var/tmp/precommit_server.logs