Fix repo links (#46)
## Summary I replaced `charliermarsh/ruff` with `astral-sh/ruff`. ## Test Plan Check if the changed links are worked.
This commit is contained in:
parent
e2a2094fd1
commit
da18a96f5b
@ -1,12 +1,12 @@
|
||||
# ruff-pre-commit
|
||||
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
[](https://pypi.python.org/pypi/ruff)
|
||||
[](https://pypi.python.org/pypi/ruff)
|
||||
[](https://pypi.python.org/pypi/ruff)
|
||||
[](https://github.com/astral-sh/ruff-pre-commit/actions)
|
||||
|
||||
A [pre-commit](https://pre-commit.com/) hook for [Ruff](https://github.com/charliermarsh/ruff).
|
||||
A [pre-commit](https://pre-commit.com/) hook for [Ruff](https://github.com/astral-sh/ruff).
|
||||
|
||||
Distributed as a standalone repository to enable installing Ruff via prebuilt wheels from
|
||||
[PyPI](https://pypi.org/project/ruff/).
|
||||
@ -56,6 +56,6 @@ MIT
|
||||
|
||||
<div align="center">
|
||||
<a target="_blank" href="https://astral.sh" style="background:none">
|
||||
<img src="https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/svg/Astral.svg">
|
||||
<img src="https://raw.githubusercontent.com/astral-sh/ruff/main/assets/svg/Astral.svg">
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user