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.2
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.4.2
Choose a head ref
  • 13 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 15, 2024

  1. Mirror: 0.3.3

    github-actions[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c22645f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Mirror: 0.3.4

    github-actions[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1986670 View commit details
    Browse the repository at this point in the history

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

Commits on Apr 2, 2024

  1. feat: use uv for package management (#77)

    <!--
    Thank you for contributing to Ruff! To help us out with reviewing,
    please consider the following:
    
    - Does this pull request include a summary of the change? (See below.)
    - Does this pull request include a descriptive title?
    - Does this pull request include references to any relevant issues?
    -->
    
    ## Summary
    
    `uv` is great. So we should use it where we can. 
    
    The cache had to be removed because the workflow breaks currently.
    actions/setup-python#822
    When this is solved, caching can be brought back in.
    
    ## Test Plan
    
    Ran workflow on my local repo.
    CoderJoshDK authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4025f7f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. fix: auto release on mirror updates (#83)

    As mentioned in #82, there are issues with having a workflow triggered
    by the work done by a different workflow. To keep the functionality of
    the auto release workflow, the two files are being merged into one.
    
    Closes #82
    CoderJoshDK authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2b6485a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix: correct release notes link (#84)

    ## Summary
    
    I originally tested this functionality in `uv-pre-commit`. And that is
    why when moving it over, I ended up copying the URL for that release. I
    am sorry for all the broken code I have introduced. I feel so bad. I am
    at least glad I realized before a new `ruff` release came out.
    CoderJoshDK authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1e9839f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Mirror: 0.3.6

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c0bff48 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Mirror: 0.3.7

    charliermarsh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e76e450 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Mirror: 0.4.0

    charliermarsh committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2ca3d77 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Mirror: 0.4.1

    charliermarsh committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    21d9bff View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Mirror: 0.4.2

    charliermarsh committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    596470f View commit details
    Browse the repository at this point in the history
Loading