-
Notifications
You must be signed in to change notification settings - Fork 72
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 3 files changed
- 2 contributors
Commits on Sep 8, 2025
-
Bump astral-sh/setup-uv from 6.6.0 to 6.6.1 in the github-actions gro…
…up (#133) Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 6.6.0 to 6.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/setup-uv/releases">astral-sh/setup-uv's releases</a>.</em></p> <blockquote> <h2>v6.6.1 🌈 Fix exclusions in cache-dependency-glob</h2> <h2>Changes</h2> <p>Exclusions with a leading <code>!</code> in the <a href="https://github.com/astral-sh/setup-uv?tab=readme-ov-file#cache-dependency-glob">cache-dependency-glob</a> did not work and got fixed with this release. Thank you <a href="https://github.com/KnisterPeter"><code>@KnisterPeter</code></a> for raising this!</p> <h2>🐛 Bug fixes</h2> <ul> <li>Fix exclusions in cache-dependency-glob <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/546">#546</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Bump dependencies <a href="https://github.com/eifinger"><code>@eifinger</code></a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/547">#547</a>)</li> <li>chore: update known versions for 0.8.14 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/543">#543</a>)</li> <li>chore: update known versions for 0.8.13 @<a href="https://github.com/apps/github-actions">github-actions[bot]</a> (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/536">#536</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/setup-uv/commit/557e51de59eb14aaaba2ed9621916900a91d50c6"><code>557e51d</code></a> Bump dependencies (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/547">#547</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/1b46e13ec88163c255691015b7e7afec7535b06a"><code>1b46e13</code></a> Fix exclusions in cache-dependency-glob (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/546">#546</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/26cf676705ba2848bf75ebd447bb297a435baee3"><code>26cf676</code></a> chore: update known versions for 0.8.14 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/543">#543</a>)</li> <li><a href="https://github.com/astral-sh/setup-uv/commit/4e1e303f7dafb1a3ec7770a507052543f593ad96"><code>4e1e303</code></a> chore: update known versions for 0.8.13 (<a href="https://redirect.github.com/astral-sh/setup-uv/issues/536">#536</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/setup-uv/compare/4959332f0f014c5280e7eac8b70c90cb574c9f9b...557e51de59eb14aaaba2ed9621916900a91d50c6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 195e99f - Browse repository at this point
Copy the full SHA 195e99fView commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 13a6bda - Browse repository at this point
Copy the full SHA 13a6bdaView commit details
Commits on Sep 15, 2025
-
Bump astral-sh/setup-uv from 6.6.1 to 6.7.0 in the github-actions gro…
…up (#134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46b1c6f - Browse repository at this point
Copy the full SHA 46b1c6fView commit details
Commits on Sep 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a113f03 - Browse repository at this point
Copy the full SHA a113f03View commit details
Commits on Sep 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f298305 - Browse repository at this point
Copy the full SHA f298305View commit details
Commits on Oct 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9c89adb - Browse repository at this point
Copy the full SHA 9c89adbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.12...v0.13.3