Bump version to 0.0.38

This commit is contained in:
Charlie Marsh 2022-09-14 22:38:34 -04:00
parent b8f12d2e79
commit a2df89dedd
4 changed files with 5 additions and 5 deletions

View file

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

2
Cargo.lock generated
View file

@ -1783,7 +1783,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.37" version = "0.0.38"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View file

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

View file

@ -57,7 +57,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.37 rev: v0.0.38
hooks: hooks:
- id: lint - id: lint
``` ```
@ -86,7 +86,7 @@ ruff path/to/code/ --select F401 F403
See `ruff --help` for more: See `ruff --help` for more:
```shell ```shell
ruff (v0.0.37) ruff (v0.0.38)
An extremely fast Python linter. An extremely fast Python linter.
USAGE: USAGE: