Update README.md

This commit is contained in:
Charlie Marsh 2023-05-21 14:10:47 -04:00 committed by GitHub
parent 4520e4045e
commit b05164188e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Distributed as a standalone repository to enable installing Ruff via prebuilt wh
Add this to your `.pre-commit-config.yaml`: Add this to your `.pre-commit-config.yaml`:
```yaml ```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.0.269 rev: v0.0.269
hooks: hooks:
@ -20,7 +20,7 @@ Add this to your `.pre-commit-config.yaml`:
Or, to enable autofix: Or, to enable autofix:
```yaml ```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.0.269 rev: v0.0.269
hooks: hooks: