diff --git a/.version b/.version index 8a14e28..bd3664b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.267 +0.0.269 diff --git a/README.md b/README.md index 52da06f..b49624d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.0.266" + rev: "v0.0.267" hooks: - id: ruff ``` @@ -22,7 +22,7 @@ Or, to enable autofix: ```yaml - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: "v0.0.266" + rev: "v0.0.267" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/setup.py b/setup.py index 887de66..cd639ca 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['ruff==0.0.267'], + install_requires=['ruff==0.0.269'], )