figsoda 2023-07-05 22:46:03 -04:00
parent 0370873ed3
commit 64c2672ab7
2 changed files with 6 additions and 5 deletions

@ -746,7 +746,7 @@ dependencies = [
[[package]]
name = "flake8-to-ruff"
version = "0.0.276"
version = "0.0.277"
dependencies = [
"anyhow",
"clap",
@ -1829,7 +1829,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.276"
version = "0.0.277"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
@ -1865,6 +1865,7 @@ dependencies = [
"result-like",
"ruff_cache",
"ruff_diagnostics",
"ruff_index",
"ruff_macros",
"ruff_python_ast",
"ruff_python_semantic",
@ -1926,7 +1927,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.276"
version = "0.0.277"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.276";
version = "0.0.277";
src = fetchFromGitHub {
owner = "astral-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-abFvjBmaY6SvfEHm/8P92s3Ns3jswLHrW2RdZc6IS64=";
hash = "sha256-oFSMsiy9airi/SwOxA3YO02polvFl8ZZUHkD71c5unA=";
};
cargoLock = {