Skip to content

Commit

Permalink
Bump version to 0.0.192
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 22, 2022
1 parent cc26051 commit 51bda28
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.191
rev: v0.0.192
hooks:
- id: ruff

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "ruff"
version = "0.0.191"
version = "0.0.192"
edition = "2021"
rust-version = "1.65.0"

Expand Down Expand Up @@ -43,7 +43,7 @@ quick-junit = { version = "0.3.2" }
rayon = { version = "1.5.3" }
regex = { version = "1.6.0" }
ropey = { version = "1.5.0", features = ["cr_lines", "simd"], default-features = false }
ruff_macros = { version = "0.0.191", path = "ruff_macros" }
ruff_macros = { version = "0.0.192", path = "ruff_macros" }
rustc-hash = { version = "1.1.0" }
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "c01f014b1269eedcf4bdb45d5fbc62ae2beecf31" }
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "c01f014b1269eedcf4bdb45d5fbc62ae2beecf31" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,7 +162,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.191'
rev: 'v0.0.192'
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.
Expand Down
4 changes: 2 additions & 2 deletions flake8_to_ruff/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake8_to_ruff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.191-dev.0"
version = "0.0.192-dev.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ruff_dev/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ruff_dev"
version = "0.0.191"
version = "0.0.192"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ruff_macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ruff_macros"
version = "0.0.191"
version = "0.0.192"
edition = "2021"

[lib]
Expand Down

0 comments on commit 51bda28

Please sign in to comment.