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
Owner

Changes

  • 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

Impact

All CI checks should now pass: black, isort, flake8, ESLint, Prettier, TypeScript

## Changes - 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 ## Impact All CI checks should now pass: black, isort, flake8, ESLint, Prettier, TypeScript
xiaoxia added 1 commit 2026-06-30 18:26:47 +08:00
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
6db6c23f3b
- 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
xiaoxia merged commit 560856cf22 into develop 2026-06-30 18:26:54 +08:00
Sign in to join this conversation.