Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw authored and github-actions[bot] committed Sep 3, 2023
1 parent 145fd7c commit ba63344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ba63344

Please sign in to comment.