|
1 | 1 | class Ruff < Formula |
2 | 2 | desc "Extremely fast Python linter, written in Rust" |
3 | 3 | homepage "https://docs.astral.sh/ruff/" |
4 | | - url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.10.tar.gz" |
5 | | - sha256 "2465e4085d54293e3a0474309dacf1cc41e3ef7063fd7d23d886674141b08ed2" |
| 4 | + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.10.0.tar.gz" |
| 5 | + sha256 "5daefd48e2c0b4de5e5f3f2187ff06d87626ba0bbcdbd58c269fedcf22dd4cc5" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/astral-sh/ruff.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "894f3768d5630d1747a91b7446826bd5d72a093924a3749d0e23f6e9ff426ea3" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1c9e20c3ceaa541fad31dd8adc5693ad55aa3aee5d0cc0d713243e91d006e9e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "1ba7dfd61ac76e8ce3c5017aa28838af863b449b091abdb082ca0557ec69149e" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "7f913ec46355a55548642fe1d1fb6aa864ef3abef53b88009f800b5099e2dc7d" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "25b8dccf80562a1eeb12f9bae65f65bc9df8a9151ad803194f383fbf8309509f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "980268a9825ce096366032ec5bd8d151f037d11effd5f6bbc061b97d31777224" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7e22df7cb8e4f855fd4f2484da5307314c5c32dd3c03effc07723c86449ae8b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d87220589eccfc11416db0e2efd4960f3d36ed81a5003c1592aaa2c392b792c3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "53a3a8adef4e96927e173e817539e457d6cff0eb6467558dbb9bbe08162cfbe6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "4987953f3415d8202e56de5efce2f9bab3477a0d0c55d292a48f25f8807f4426" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "74b58c27609588fe83796a7a9f5afc41f4259c3ffb472bb643100b394b115e25" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "69572e0413c75496a801385d27b0ea48423fbb88e445b9c32ef92b3700f034df" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments