Bump version to 0.0.24

This commit is contained in:
Charlie Marsh 2022-09-02 10:18:40 -04:00
parent 17c08523dc
commit 26e1f4b6df
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
repos: repos:
- repo: https://github.com/charliermarsh/ruff - repo: https://github.com/charliermarsh/ruff
rev: v0.0.23 rev: v0.0.24
hooks: hooks:
- id: lint - id: lint

2
Cargo.lock generated
View File

@ -1641,7 +1641,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.23" version = "0.0.24"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ruff" name = "ruff"
version = "0.0.23" version = "0.0.24"
edition = "2021" edition = "2021"
[lib] [lib]

View File

@ -56,7 +56,7 @@ ruff also works with [Pre-Commit](https://pre-commit.com) (requires Cargo on sys
```yaml ```yaml
repos: repos:
- repo: https://github.com/charliermarsh/ruff - repo: https://github.com/charliermarsh/ruff
rev: v0.0.23 rev: v0.0.24
hooks: hooks:
- id: lint - id: lint
``` ```