## Changes
Add new CI jobs for testing Python code.
These jobs are separate from Golang code because they are executed
against a matrix of Python versions, and OS versions are not relevant.
We will get coverage with OS versions using acceptance tests. In
addition, we don't need to run these tests unless any of the Python code
is modified.
We use uv as a package manager to provision all CI tools:
- pyright to typecheck
- ruff to lint and format
experimental/python contains a Makefile with target similar to
repository root:
- make fmt
- make lint
- make build
## Tests
Using CI
<!-- How have you tested the changes? -->
---
NO_CHANGELOG=true
By:
* Add .gitkeep to retain test fixture directories under
./python/testdata
* Move GitHub related functionality to ./experimental (it is not in use)
* Comment out test in ./cmd/sync
* Fix test in ./git