ruff-pre-commit/.github
Calum Young 6299d2ca23
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
2024-12-30 10:48:39 -05:00
..
workflows Update mirror.py to a uv script (#110) 2024-12-30 10:48:39 -05:00
ISSUE_TEMPLATE.md Add issue and PR templates (#41) 2023-06-16 22:17:26 -04:00
PULL_REQUEST_TEMPLATE.md Add issue and PR templates (#41) 2023-06-16 22:17:26 -04:00