Bump version to 0.0.149

This commit is contained in:
Charlie Marsh 2022-11-30 00:51:36 -05:00
parent f5466fe720
commit 6fa0f21227
7 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.148 rev: v0.0.149
hooks: hooks:
- id: ruff - id: ruff

6
Cargo.lock generated
View File

@ -703,7 +703,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]] [[package]]
name = "flake8-to-ruff" name = "flake8-to-ruff"
version = "0.0.148-dev.0" version = "0.0.149-dev.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 4.0.22", "clap 4.0.22",
@ -1837,7 +1837,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.148" version = "0.0.149"
dependencies = [ dependencies = [
"annotate-snippets 0.9.1", "annotate-snippets 0.9.1",
"anyhow", "anyhow",
@ -1889,7 +1889,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff_dev" name = "ruff_dev"
version = "0.0.148" version = "0.0.149"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 4.0.22", "clap 4.0.22",

View File

@ -6,7 +6,7 @@ members = [
[package] [package]
name = "ruff" name = "ruff"
version = "0.0.148" version = "0.0.149"
edition = "2021" edition = "2021"
rust-version = "1.65.0" rust-version = "1.65.0"
@ -28,7 +28,7 @@ common-path = { version = "1.0.0" }
dirs = { version = "4.0.0" } dirs = { version = "4.0.0" }
fern = { version = "0.6.1" } fern = { version = "0.6.1" }
filetime = { version = "0.2.17" } filetime = { version = "0.2.17" }
globset = {version = "0.4.9" } globset = { version = "0.4.9" }
itertools = { version = "0.10.5" } itertools = { version = "0.10.5" }
libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "f2f0b7a487a8725d161fe8b3ed73a6758b21e177" } libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "f2f0b7a487a8725d161fe8b3ed73a6758b21e177" }
log = { version = "0.4.17" } log = { version = "0.4.17" }
@ -37,7 +37,7 @@ notify = { version = "4.0.17" }
num-bigint = { version = "0.4.3" } num-bigint = { version = "0.4.3" }
once_cell = { version = "1.16.0" } once_cell = { version = "1.16.0" }
path-absolutize = { version = "3.0.14", features = ["once_cell_cache", "use_unix_paths_on_wasm"] } path-absolutize = { version = "3.0.14", features = ["once_cell_cache", "use_unix_paths_on_wasm"] }
quick-junit = "0.3.2" quick-junit = { version = "0.3.2" }
rayon = { version = "1.5.3" } rayon = { version = "1.5.3" }
regex = { version = "1.6.0" } regex = { version = "1.6.0" }
ropey = { version = "1.5.0", features = ["cr_lines", "simd"], default-features = false } ropey = { version = "1.5.0", features = ["cr_lines", "simd"], default-features = false }

View File

@ -137,7 +137,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
```yaml ```yaml
repos: repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.148 rev: v0.0.149
hooks: hooks:
- id: ruff - id: ruff
``` ```

View File

@ -771,7 +771,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]] [[package]]
name = "flake8_to_ruff" name = "flake8_to_ruff"
version = "0.0.148" version = "0.0.149"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -1975,7 +1975,7 @@ dependencies = [
[[package]] [[package]]
name = "ruff" name = "ruff"
version = "0.0.148" version = "0.0.149"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bincode", "bincode",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "flake8-to-ruff" name = "flake8-to-ruff"
version = "0.0.148-dev.0" version = "0.0.149-dev.0"
edition = "2021" edition = "2021"
[lib] [lib]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ruff_dev" name = "ruff_dev"
version = "0.0.148" version = "0.0.149"
edition = "2021" edition = "2021"
[dependencies] [dependencies]