Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rnorth/mkdocs-codeinclude-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rnorth/mkdocs-codeinclude-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: modernise-uv
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 20, 2026

  1. Add .worktrees/ to .gitignore for git worktree support

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    rnorth and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    602e33d View commit details
    Browse the repository at this point in the history
  2. Modernise build tooling: switch to uv for dependency management

    - Replace setup.py/setup.cfg/requirements.txt with pyproject.toml
    - Add uv to .mise.toml managed tools, remove manual venv config
    - Update CI workflow to use astral-sh/setup-uv and uv commands
    - Update publish workflow to use uv build/publish with OIDC trusted publishers
    - Add AGENTS.md with updated setup/test instructions
    - Add uv.lock to .gitignore (library, not application)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    rnorth and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    2373c95 View commit details
    Browse the repository at this point in the history
  3. Replace flake8 with ruff; fix uv dev dependency group

    - Switch from [project.optional-dependencies] to [dependency-groups]
      so that `uv sync --dev` correctly installs dev dependencies
    - Replace flake8 with ruff in the CI workflow
    - Remove dead `found_block` variables in resolver.py caught by ruff
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    rnorth and claude committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    d9814ee View commit details
    Browse the repository at this point in the history
Loading