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: scientific-python/cookie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.10.20
Choose a base ref
...
head repository: scientific-python/cookie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.11.07
Choose a head ref
  • 14 commits
  • 51 files changed
  • 9 contributors

Commits on Oct 27, 2025

  1. chore(deps): bump the actions group with 2 updates (#664)

    Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/download-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    Updates `actions/upload-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    9069326 View commit details
    Browse the repository at this point in the history
  2. fix(pre-commit): only show errors (#665)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    5cc8cd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. chore(deps): bump versions (#663)

    [create-pull-request] automated change
    
    Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    cb83c41 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. fix: use FA instead of adding import via isort (#666)

    * fix: use FA instead of adding import via isort
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: no future needed in pyi
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    7a17e5a View commit details
    Browse the repository at this point in the history
  2. feat: note rules not followed in ruff description (#667)

    * feat: note rules not followed in ruff description
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * test: add tests for ruff family description feature (#668)
    
    * Initial plan
    
    * test: add tests for ruff family description
    
    Co-authored-by: henryiii <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: henryiii <[email protected]>
    
    * chore: fixup some warnings
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: henryiii <[email protected]>
    3 people authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ff5c94e View commit details
    Browse the repository at this point in the history
  3. feat: list requires Python too (#669)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    7b1bfe1 View commit details
    Browse the repository at this point in the history
  4. feat: adding mkdocs into guides and cookiecutter template (#662)

    * Initial mkdocs additions
    
    * Updating mkdocs documentation
    
    * Updating mkdocs
    
    * Updating copier
    
    * I am dumb
    
    * Newline
    
    * Ensuring copier and cookiecutter work
    
    * style: pre-commit fixes
    
    * WIP: some additions
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: can't make a directory conditional
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Copilot <[email protected]>
    
    * style: pre-commit fixes
    
    * fix: minor fixup from looking at the diff
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: some styling corrections
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * ci: update for new option
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: more style adjustments
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Copilot <[email protected]>
    
    * chore: colour -> color
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: a few more updates inspired by copilot
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * chore: fix one more space
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: serve or build mkdocs
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Henry Schreiner <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    141396d View commit details
    Browse the repository at this point in the history
  5. feat: add more Ruff checks, and a helper script (#670)

    * feat: add more Ruff checks, and a helper script
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: make sure the lists match
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    fbaca88 View commit details
    Browse the repository at this point in the history
  6. fix: include markdownlint-cli2 (#672)

    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    34a3fba View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    f6c854e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f31ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107064c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b709211 View commit details
    Browse the repository at this point in the history
  5. feat: integrate helper into package properly (#675)

    * feat: integrate helper into package properly
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    * fix: windows seems to not like dots in name
    
    Signed-off-by: Henry Schreiner <[email protected]>
    
    ---------
    
    Signed-off-by: Henry Schreiner <[email protected]>
    henryiii authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    5c0bb86 View commit details
    Browse the repository at this point in the history
Loading