| { |
| "$schema": "https://raw.githubusercontent.com/theoremlp/rules_multitool/main/lockfile.schema.json", |
| "ruff": { |
| "binaries": [ |
| { |
| "kind": "archive", |
| "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-aarch64-unknown-linux-musl.tar.gz", |
| "file": "ruff-aarch64-unknown-linux-musl/ruff", |
| "sha256": "7890e49b12c1321688540324a7788457a22711657301598402cba1a9e9be6607", |
| "os": "linux", |
| "cpu": "arm64" |
| }, |
| { |
| "kind": "archive", |
| "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-x86_64-unknown-linux-musl.tar.gz", |
| "file": "ruff-x86_64-unknown-linux-musl/ruff", |
| "sha256": "6ee9216ba4f7fd761e68bd5c23958e662c67fcff8f49e511660d557431b4bd7c", |
| "os": "linux", |
| "cpu": "x86_64" |
| }, |
| { |
| "kind": "archive", |
| "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-aarch64-apple-darwin.tar.gz", |
| "file": "ruff-aarch64-apple-darwin/ruff", |
| "sha256": "5769e4841870d1f7c17f12a7d1437222e8035eded52f93c54c035c770dbffebb", |
| "os": "macos", |
| "cpu": "arm64" |
| }, |
| { |
| "kind": "archive", |
| "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-x86_64-apple-darwin.tar.gz", |
| "file": "ruff-x86_64-apple-darwin/ruff", |
| "sha256": "472a4790db11a8bcd79cf7b731fb1c036c376f9cc4e6532099f8f39a6f86b9bb", |
| "os": "macos", |
| "cpu": "x86_64" |
| }, |
| { |
| "kind": "archive", |
| "url": "https://github.com/astral-sh/ruff/releases/download/0.12.3/ruff-x86_64-pc-windows-msvc.zip", |
| "file": "ruff-x86_64-pc-windows-msvc/ruff.exe", |
| "sha256": "37dc6f2f5756421fc59fe5f841ecaa92beee38a39751dfe5a42bdc13992da3d5", |
| "os": "windows", |
| "cpu": "x86_64" |
| } |
| ] |
| } |
| } |