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

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

Commits on May 3, 2024

  1. Mirror: 0.4.3

    charliermarsh committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5559d03 View commit details
    Browse the repository at this point in the history
Loading