diff --git a/README.md b/README.md index a2602a9..fb4d7bf 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.286.0 + rev: v0.0.287.0 ``` To pass other arguments to Riff (and Ruff), add the `args` key, e.g. diff --git a/pyproject.toml b/pyproject.toml index d06d34f..9bdb3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "riff" -version = "0.0.286.0" +version = "0.0.287.0" description = "Run ruff, but only fail on modified lines." authors = ["dorschw <81086590+dorschw@users.noreply.github.com>"] license = "MIT"