2025-05-28 19:49:45 -07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/theoremlp/rules_multitool/main/lockfile.schema.json",
|
|
|
|
|
"ruff": {
|
|
|
|
|
"binaries": [
|
|
|
|
|
{
|
|
|
|
|
"kind": "archive",
|
2025-12-31 10:55:09 -05:00
|
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.10/ruff-aarch64-unknown-linux-musl.tar.gz",
|
2025-05-28 19:49:45 -07:00
|
|
|
"file": "ruff-aarch64-unknown-linux-musl/ruff",
|
2025-12-31 10:55:09 -05:00
|
|
|
"sha256": "0888883f71199ca3af3569052d0cc1aee8b316390ffe75bc19f9a8047ffd0158",
|
2025-05-28 19:49:45 -07:00
|
|
|
"os": "linux",
|
|
|
|
|
"cpu": "arm64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "archive",
|
2025-12-31 10:55:09 -05:00
|
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.10/ruff-x86_64-unknown-linux-musl.tar.gz",
|
2025-05-28 19:49:45 -07:00
|
|
|
"file": "ruff-x86_64-unknown-linux-musl/ruff",
|
2025-12-31 10:55:09 -05:00
|
|
|
"sha256": "e1fac6f2705057f48f3d000694d0f41c95b06e738cf4825315c670f3b9d24933",
|
2025-05-28 19:49:45 -07:00
|
|
|
"os": "linux",
|
|
|
|
|
"cpu": "x86_64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "archive",
|
2025-12-31 10:55:09 -05:00
|
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.10/ruff-aarch64-apple-darwin.tar.gz",
|
2025-05-28 19:49:45 -07:00
|
|
|
"file": "ruff-aarch64-apple-darwin/ruff",
|
2025-12-31 10:55:09 -05:00
|
|
|
"sha256": "dd0f3ec914604d802658ae0d271ff9d767c117d1702a44222170dd2ffbad8d2c",
|
2025-05-28 19:49:45 -07:00
|
|
|
"os": "macos",
|
|
|
|
|
"cpu": "arm64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "archive",
|
2025-12-31 10:55:09 -05:00
|
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.10/ruff-x86_64-apple-darwin.tar.gz",
|
2025-05-28 19:49:45 -07:00
|
|
|
"file": "ruff-x86_64-apple-darwin/ruff",
|
2025-12-31 10:55:09 -05:00
|
|
|
"sha256": "7d5af84e84a189b49ac235d7970d35588cbed0d087f4237c96e5ac3c392bc6fb",
|
2025-05-28 19:49:45 -07:00
|
|
|
"os": "macos",
|
|
|
|
|
"cpu": "x86_64"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "archive",
|
2025-12-31 10:55:09 -05:00
|
|
|
"url": "https://github.com/astral-sh/ruff/releases/download/0.14.10/ruff-x86_64-pc-windows-msvc.zip",
|
2025-05-28 19:49:45 -07:00
|
|
|
"file": "ruff-x86_64-pc-windows-msvc/ruff.exe",
|
2025-12-31 10:55:09 -05:00
|
|
|
"sha256": "9c3340d322fff7a6dc132b8783ba734f5eaf4c46f7dd8bc828abdf850b3bebe1",
|
2025-05-28 19:49:45 -07:00
|
|
|
"os": "windows",
|
|
|
|
|
"cpu": "x86_64"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-07-18 15:14:09 -04:00
|
|
|
}
|