Skip to content

Claude/polish project w vv5o#2

Merged
shivama205 merged 2 commits intodevfrom
claude/polish-project-WVv5o
Mar 22, 2026
Merged

Claude/polish project w vv5o#2
shivama205 merged 2 commits intodevfrom
claude/polish-project-WVv5o

Conversation

@shivama205
Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits March 22, 2026 01:40
- Add python-multipart to requirements-test.txt (needed for FastAPI
  file upload endpoints in health test import chain)
- Replace black/isort/flake8-style checks with flake8 critical-only
  (E9 syntax errors, F63/F7/F82 undefined names) since existing
  codebase was never formatted with black
- Update Makefile lint target to match

https://claude.ai/code/session_01JeHvukSTgbNUdCmrpybjZm
- Run black on all 76 Python files for consistent formatting
- Run isort with black-compatible profile on all imports
- Remove all unused imports with autoflake (61 F401 fixes)
- Fix bare except clauses → except Exception (E722)
- Fix f-strings missing placeholders → plain strings (F541)
- Remove duplicate get_by_id in document_repository.py (F811)
- Remove trailing whitespace (W291/W293)
- Remove unused variables (F841)
- Add python-multipart to requirements-test.txt
- Restore full lint checks in CI: black + isort + flake8
- Only E203 ignored (known black/flake8 conflict on slice notation)

https://claude.ai/code/session_01JeHvukSTgbNUdCmrpybjZm
@shivama205 shivama205 merged commit cd36630 into dev Mar 22, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants