Tooling and CI improvements: dependency bumps, nox updates, agent review pipeline #38

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/38/head into main 2026-06-11 22:53:34 +00:00
coding-agent-marvin8 commented 2026-06-09 00:39:35 +00:00 (Migrated from codeberg.org)

Accumulates several tooling and infrastructure improvements:

  • Bump longwei, tqdm, typer, ruff, prek, ty, uv to latest compatible versions
  • Update uv_build build-system requirement and drop the Python upper-bound pin
  • Update pre-commit hook revisions (ruff, uv, zaojun)
  • Add [tool.zaojun] config to pyproject.toml for vulnerability + licence scanning
  • Extend nox: add 3.11 and 3.14t to PYTHON_VERSIONS, add tryke_betas() session for 3.15/3.15t, fix complexipy invocation
  • Fix .woodpecker/weekly-checks.yml step structure and container image
  • Add .woodpecker/agent-reviews.yaml + scripts/agent_review.py: multi-angle AI-powered code review (DeepSeek, four perspectives) that posts inline PR comments on every PR
  • Add scripts/reset_release_notes.py: resets Release-Notes.md to the clean template for the current version
  • Delete completed TODO.md

Closes #37

Accumulates several tooling and infrastructure improvements: - Bump `longwei`, `tqdm`, `typer`, `ruff`, `prek`, `ty`, `uv` to latest compatible versions - Update `uv_build` build-system requirement and drop the Python upper-bound pin - Update pre-commit hook revisions (ruff, uv, zaojun) - Add `[tool.zaojun]` config to `pyproject.toml` for vulnerability + licence scanning - Extend nox: add `3.11` and `3.14t` to `PYTHON_VERSIONS`, add `tryke_betas()` session for `3.15`/`3.15t`, fix `complexipy` invocation - Fix `.woodpecker/weekly-checks.yml` step structure and container image - Add `.woodpecker/agent-reviews.yaml` + `scripts/agent_review.py`: multi-angle AI-powered code review (DeepSeek, four perspectives) that posts inline PR comments on every PR - Add `scripts/reset_release_notes.py`: resets `Release-Notes.md` to the clean template for the current version - Delete completed `TODO.md` Closes #37
marvin8 commented 2026-06-09 01:02:48 +00:00 (Migrated from codeberg.org)

For anyone watching this... I am currently exploring AI Agent based reviews and many reviews in this PR are just to see it work.

For anyone watching this... I am currently exploring AI Agent based reviews and many reviews in this PR are just to see it work.
Sign in to join this conversation.
No description provided.