Add Celery periodic task for deactivating expired devices and update requirements
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 11m3s

This commit is contained in:
2025-04-24 13:05:20 +05:00
parent 99982d13d5
commit 0f19f0c15c
5 changed files with 26 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
"reportMissingImports": "error",
"include": ["src"],
"typeCheckingMode": "standard",
"reportArgumentType": "warning",
"reportUnusedVariable": "warning",
"exclude": [
"council-api/**/migrations",
"**/__pycache__",