Update links to point to Astral org (#4949)

This commit is contained in:
Dhruv Manilawala
2023-06-08 21:13:40 +05:30
committed by GitHub
parent 9c3fb23ace
commit 07cc4bcb0f
25 changed files with 66 additions and 66 deletions

View File

@@ -53,7 +53,7 @@ alongside any other editor through the [Ruff LSP](https://github.com/astral-sh/r
Ruff can also be used as a GitHub Action via [`ruff-action`](https://github.com/chartboost/ruff-action).
By default, `ruff-action` runs as a pass-fail test to ensure that a given repository doesn't contain
any lint rule violations as per its [configuration](https://github.com/charliermarsh/ruff/blob/main/docs/configuration.md).
any lint rule violations as per its [configuration](https://github.com/astral-sh/ruff/blob/main/docs/configuration.md).
However, under-the-hood, `ruff-action` installs and runs `ruff` directly, so it can be used to
execute any supported `ruff` command (e.g., `ruff check --fix`).