Skip to content

Commit ab971e0

Browse files
committed
ruff 0.9.3
1 parent 7b52926 commit ab971e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/r/ruff.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ruff < Formula
22
desc "Extremely fast Python linter, written in Rust"
33
homepage "https://docs.astral.sh/ruff/"
4-
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.2.tar.gz"
5-
sha256 "d47a61bbbfceda23ddd29dd0c3cb3bb55f240e80a7aa0ba944e7f9f3f6ed886f"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.3.tar.gz"
5+
sha256 "b80486d27260530bc5ed1348f701e22a984dc15511add374e990b7e0dc5844c0"
66
license "MIT"
77
head "https://github.com/astral-sh/ruff.git", branch: "main"
88

0 commit comments

Comments
 (0)