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.4.9
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.6.7
Choose a head ref
  • 19 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 20, 2024

  1. Mirror: 0.4.10

    charliermarsh committed Jun 20, 2024

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    a5c7353 View commit details

Commits on Jun 27, 2024

  1. Mirror: 0.5.0

    charliermarsh committed Jun 27, 2024
    Copy the full SHA
    1dc9eb1 View commit details

Commits on Jun 28, 2024

  1. Remove "v" from the Ruff version number in link to release notes (#92)

    ## Summary
    
    Starting with version 0.5.0 of Ruff, the release/tag name doesn't have a
    leading "v". This has broken the link to the release notes that get
    added to the release notes for the pre-commit hook.
    
    This fixes it by stripping any "v" from the version number string.
    
    See #91.
    
    ## Test Plan
    
    Tested in a bash shell:
    ```bash
    bash-5.2$ TAG_NAME=v0.5.0
    bash-5.2$ echo ${TAG_NAME/v}
    0.5.0
    ```
    
    Will otherwise have to be tested on the next Ruff release.
    Tenzer authored Jun 28, 2024
    Copy the full SHA
    987f9d7 View commit details

Commits on Jul 5, 2024

  1. Mirror: 0.5.1

    charliermarsh committed Jul 5, 2024
    Copy the full SHA
    f6793c7 View commit details

Commits on Jul 14, 2024

  1. Mirror: 0.5.2

    charliermarsh committed Jul 14, 2024
    Copy the full SHA
    47533c0 View commit details

Commits on Jul 18, 2024

  1. Mirror: 0.5.3

    charliermarsh committed Jul 18, 2024
    Copy the full SHA
    34e6222 View commit details

Commits on Jul 20, 2024

  1. Mirror: 0.5.4

    charliermarsh committed Jul 20, 2024
    Copy the full SHA
    cbaa261 View commit details

Commits on Jul 25, 2024

  1. Mirror: 0.5.5

    charliermarsh committed Jul 25, 2024
    Copy the full SHA
    1ee2e38 View commit details

Commits on Aug 2, 2024

  1. Mirror: 0.5.6

    charliermarsh committed Aug 2, 2024
    Copy the full SHA
    89fdf53 View commit details

Commits on Aug 8, 2024

  1. Mirror: 0.5.7

    charliermarsh committed Aug 8, 2024
    Copy the full SHA
    ac97362 View commit details

Commits on Aug 15, 2024

  1. Mirror: 0.6.0

    charliermarsh committed Aug 15, 2024
    Copy the full SHA
    718fbf5 View commit details
  2. Copy the full SHA
    20d9ac3 View commit details

Commits on Aug 16, 2024

  1. Mirror: 0.6.1

    charliermarsh committed Aug 16, 2024
    Copy the full SHA
    8b5112a View commit details

Commits on Aug 22, 2024

  1. Mirror: 0.6.2

    charliermarsh committed Aug 22, 2024
    Copy the full SHA
    24d039e View commit details

Commits on Aug 29, 2024

  1. Mirror: 0.6.3

    charliermarsh committed Aug 29, 2024
    Copy the full SHA
    f1ebc57 View commit details

Commits on Sep 5, 2024

  1. Mirror: 0.6.4

    charliermarsh committed Sep 5, 2024
    Copy the full SHA
    03d82ba View commit details

Commits on Sep 13, 2024

  1. Mirror: 0.6.5

    charliermarsh committed Sep 13, 2024
    Copy the full SHA
    79f422b View commit details

Commits on Sep 20, 2024

  1. Mirror: 0.6.6

    charliermarsh committed Sep 20, 2024
    Copy the full SHA
    ef9b095 View commit details

Commits on Sep 21, 2024

  1. Mirror: 0.6.7

    charliermarsh committed Sep 21, 2024
    Copy the full SHA
    9f089bd View commit details
Loading