Skip to content

Commit

Permalink
Bump version to 0.0.212
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 6, 2023
1 parent 2e3787a commit ee4cae9
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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.211
rev: v0.0.212
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.211"
version = "0.0.212"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
edition = "2021"
rust-version = "1.65.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ path-absolutize = { version = "3.0.14", features = ["once_cell_cache", "use_unix
quick-junit = { version = "0.3.2" }
regex = { version = "1.6.0" }
ropey = { version = "1.5.0", features = ["cr_lines", "simd"], default-features = false }
ruff_macros = { version = "0.0.211", path = "ruff_macros" }
ruff_macros = { version = "0.0.212", path = "ruff_macros" }
rustc-hash = { version = "1.1.0" }
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "4d53c7cb27c0379adf8b51c4d3d0d2174f41d590" }
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "4d53c7cb27c0379adf8b51c4d3d0d2174f41d590" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -180,7 +180,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.211'
rev: 'v0.0.212'
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.211-dev.0"
version = "0.0.212-dev.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "ruff"
version = "0.0.211"
version = "0.0.212"
description = "An extremely fast Python linter, written in Rust."
authors = [
{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" },
Expand Down
2 changes: 1 addition & 1 deletion ruff_dev/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ruff_dev"
version = "0.0.211"
version = "0.0.212"
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.211"
version = "0.0.212"
edition = "2021"

[lib]
Expand Down

0 comments on commit ee4cae9

Please sign in to comment.