Skip to content

Commit

Permalink
Bump version to 0.0.194
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 26, 2022
1 parent 2ab8f77 commit 5ef8bff
Show file tree
Hide file tree
Showing 8 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.193
rev: v0.0.194
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.193"
version = "0.0.194"
edition = "2021"
rust-version = "1.65.0"

Expand Down Expand Up @@ -44,7 +44,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.193", path = "ruff_macros" }
ruff_macros = { version = "0.0.194", path = "ruff_macros" }
rustc-hash = { version = "1.1.0" }
rustpython-ast = { features = ["unparse"], git = "https://github.com/RustPython/RustPython.git", rev = "1b6cb170e925a43d605b3fed9f6b878e63e47744" }
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "1b6cb170e925a43d605b3fed9f6b878e63e47744" }
Expand Down
4 changes: 2 additions & 2 deletions 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.193'
rev: 'v0.0.194'
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.
Expand Down Expand Up @@ -1981,7 +1981,7 @@ file).
```toml
[tool.ruff]
required-version = "0.0.193"
required-version = "0.0.194"
```
---
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.193-dev.0"
version = "0.0.194-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.193"
version = "0.0.194"
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.193"
version = "0.0.194"
edition = "2021"

[lib]
Expand Down

0 comments on commit 5ef8bff

Please sign in to comment.