diff --git a/README.md b/README.md index 0fcd3ce..2a82c7f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.245' + rev: 'v0.0.257' hooks: - id: ruff ``` @@ -26,7 +26,7 @@ Or, to enable autofix: ```yaml - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.245' + rev: 'v0.0.257' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]