Skip to content

Enforce Python quality checks - #1

Draft
kevinten10 wants to merge 1 commit into
masterfrom
codex/python-quality-20260810
Draft

Enforce Python quality checks#1
kevinten10 wants to merge 1 commit into
masterfrom
codex/python-quality-20260810

Conversation

@kevinten10

Copy link
Copy Markdown
Member

What changed

  • Formatted the current package and removed unused imports.
  • Added Black, isort, and flake8 CI enforcement.
  • Pinned mypy to the range that still checks the Python 3.8 API target.
  • Updated development instructions and removed a personal package-author email.

Why

README-listed quality commands failed on the default branch, and current mypy releases no longer accept the declared Python 3.8 target.

Validation

  • Black, isort, flake8, and mypy pass
  • 24 pytest tests pass
  • Wheel build and public import smoke test pass
  • README links pass

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.

1 participant