From ba63344c7249b2ba9e94a77e98f5bf39e46b7fc8 Mon Sep 17 00:00:00 2001 From: dorschw Date: Sun, 3 Sep 2023 08:13:05 +0000 Subject: [PATCH] Apply automatic changes --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"