diff --git a/README.md b/README.md index abf3e3c..51ad50c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Copy this to your [`.pre-commit-config`](https://pre-commit.com/#plugins) file - repo: https://github.com/dorschw/riff hooks: - id: riff - rev: v0.0.291.0 + rev: v0.0.292.0 ``` To pass other arguments to Riff (and Ruff), add the `args` key, e.g. diff --git a/pyproject.toml b/pyproject.toml index 2c6ae73..b958d94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riff" -version = "0.0.291.0" +version = "0.0.292.0" description = "Run ruff, but only fail on modified lines." authors = ["dorschw <81086590+dorschw@users.noreply.github.com>"] license = "MIT"