docs: Update to latest mirror version (#34)

This commit is contained in:
Alberto Cerrone 2023-04-14 13:46:04 +01:00 committed by GitHub
parent f6346ef27f
commit fb3d722e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`:
```yaml ```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.0.260' rev: 'v0.0.261'
hooks: hooks:
- id: ruff - id: ruff
``` ```
@ -22,7 +22,7 @@ Or, to enable autofix:
```yaml ```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: 'v0.0.260' rev: 'v0.0.261'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]