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

Commits on Dec 30, 2024

  1. Update mirror.py to a uv script (#110)

    <!--
    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
    
    From my reading of the [UV
    docs](https://docs.astral.sh/uv/guides/scripts/), `mirror.py` would be a
    good example of a standalone script. This PR updates `mirror.py` and the
    `main.yml` workflow to be a UV script and makes use of UV in the update
    process.
    
    ## Test Plan
    
    - Update the uv version (currently 0.8.4) to an older version e.g. 0.8.3
    in both `pyproject.toml` and `README.md`
    - Run `uv run --no-project mirror.py` to check the update process still
    works as expected
    calumy authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    6299d2c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Mirror: 0.8.5

    charliermarsh committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    751b8b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Mirror: 0.8.6

    charliermarsh committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    89c421d View commit details
    Browse the repository at this point in the history
Loading