BTHLABS-53: Processing task fails for newly created saves

This commit is contained in:
2025-08-29 08:20:53 +02:00
parent fb39818be3
commit 38d768a584
5 changed files with 38 additions and 41 deletions

View File

@@ -2,8 +2,9 @@
extend-exclude =
hotpocket_backend/apps/*/migrations/*.py,
node_modules/**/*.py,
skel/*.py
skel/*/*.py
skel/*.py,
skel/*/*.py,
playground.py
ignore = E131,W503,W504
max-line-length = 119
hang-closing = False