Skip to content

Commit

Permalink
Bump version to 0.0.182
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 15, 2022
1 parent dc180dc commit 1ea2e93
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.181
rev: v0.0.182
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "ruff"
version = "0.0.181"
version = "0.0.182"
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.181", path = "ruff_macros" }
ruff_macros = { version = "0.0.182", path = "ruff_macros" }
rustc-hash = { version = "1.1.0" }
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "8d879a53197f9c73062f6160410bdba796a71cbf" }
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "8d879a53197f9c73062f6160410bdba796a71cbf" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.181
rev: v0.0.182
hooks:
- id: ruff
```
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flake8-to-ruff"
version = "0.0.181-dev.0"
version = "0.0.182-dev.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion ruff_dev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruff_dev"
version = "0.0.181"
version = "0.0.182"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ruff_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruff_macros"
version = "0.0.181"
version = "0.0.182"
edition = "2021"

[lib]
Expand Down

0 comments on commit 1ea2e93

Please sign in to comment.