Skip to content

Conversation

oesteban
Copy link
Member

Summary

  • add GitHub actions for running tests on Python 3.10-3.13
  • add codespell linter action
  • add ruff style check action
  • add packaging build action
  • add Docker build workflow

Testing

  • pytest -q
  • codespell --check-hidden -q 3 (fails: qkay/templates/index.html:113: abberation ==> aberration)
  • ruff check .
  • ruff format --diff . | head
  • python -m build (fails: no pyproject.toml or setup.py)

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.

1 participant