* Update ruff from 0.11.13 to 0.12.0
* Align versions
* Fix/ignore a few new Ruff violations
* Fix/ignore a few new Ruff violations
* Rename pre-commit hook id
---------
Co-authored-by: pyup-bot <16239342+pyup-bot@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
- Change celery app to not be a Django app, more like a WSGI app
- Define a Celery task in the Django users app
- Write a test to execute the task
- Update scripts to use the new app to start workers
- Update documentation
Fix#865