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: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 22, 2024

  1. chore: update information (#76)

    ## Summary
    
    Changes proposed and introduced through:
    astral-sh/uv-pre-commit#1 ; are being fixed and
    updated for this repo as well.
    CoderJoshDK authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6e85b5c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. feat(workflow): auto release on tag creation (#81)

    ## Summary
    
    Add a GitHub workflow for creating a new release, automatically, when a
    new tag is created.
    
    This solves #78. The code is very similar to the changes added in
    astral-sh/uv-pre-commit#6
    
    The primary difference, is that the URL points to ruff and this one
    checks for if the tag starts with a `v`, but it is optional. This lets
    you change ruff versions to not have a `v` in the future. Although the
    `mirror.py` will need to be updated.
    Speaking of updates to `mirror.py`, I ran `ruff` on it and updated the
    `subprocess` to raise an error on failure.
    
    ## Test Plan
    
    Locally tested.
    CoderJoshDK authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    53e3b33 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Mirror: 0.3.5

    charliermarsh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0ccbb5b View commit details
    Browse the repository at this point in the history
Loading