Skip to content

Conversation

@oesteban
Copy link
Member

Summary

  • fix spelling in index.html
  • format Python sources via ruff
  • add minimal package metadata so python -m build succeeds
  • configure codespell to ignore .git files

Testing

  • PYTHONPATH=. pytest -q
  • codespell --toml pyproject.toml -q 3
  • ruff check .
  • ruff format --diff . | head
  • python -m build
  • docker build -t qkay:test . (fails: docker: command not found)

https://chatgpt.com/codex/tasks/task_e_68764de2aab08330bb80fa4393b6d0f3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants