Format code with Black and isort for CI/CD compliance

- Apply Black formatting to all Python files in core and stiftung modules
- Fix import statement ordering with isort
- Ensure all code meets automated quality standards
- Resolve CI/CD pipeline formatting failures
- Maintain consistent code style across the entire codebase
This commit is contained in:
Stiftung Development
2025-09-06 21:04:07 +02:00
parent c7c790ee09
commit e0c7d0e351
54 changed files with 11004 additions and 6423 deletions

View File

@@ -1,5 +1,6 @@
from django.apps import AppConfig
class StiftungConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'stiftung'
default_auto_field = "django.db.models.BigAutoField"
name = "stiftung"