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: yanyongyu/githubkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.8
Choose a base ref
...
head repository: yanyongyu/githubkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.9
Choose a head ref
  • 3 commits
  • 4,700 files changed
  • 1 contributor

Commits on Mar 22, 2025

  1. 👽 re-generate openapi models

    yanyongyu authored Mar 22, 2025
    Copy the full SHA
    333f218 View commit details
  2. 🐛 Fix: DiffEntry's sha can be None (#197)

    yanyongyu authored Mar 22, 2025
    Copy the full SHA
    0dbba04 View commit details
  3. 🔖 bump version 0.12.9

    yanyongyu authored Mar 22, 2025
    Copy the full SHA
    4d91fcb View commit details
Showing 4,700 changed files with 287,028 additions and 282,301 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.9
rev: v0.11.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Loading