fix: resolve all flake8 errors and apply Prettier formatting #131

Merged
xiaoxia merged 1 commits from fix/lint-errors into develop 2026-06-30 18:26:54 +08:00

1 Commits

Author SHA1 Message Date
CI Test 6db6c23f3b fix: resolve all flake8 errors and apply Prettier formatting
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 210h27m39s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 210h27m45s
- Fix F821: add missing imports (EmailService, PIL.Image)
- Fix F821: add noqa for pytest fixture references in tests
- Fix F541: remove unnecessary f-string prefixes
- Fix E712: use SQLAlchemy is_(True) instead of == True
- Fix F811: remove duplicate import in shared/__init__.py
- Apply Prettier formatting to 65 frontend files
- Add .flake8 config for project-wide linting
2026-06-30 18:26:38 +08:00