Skip to content

Commit 08c08dc

Browse files
committed
ruff 0.13.3
1 parent ae9bd28 commit 08c08dc

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.13.2.tar.gz"
5-
sha256 "008287603094fd8ddb98bcc7dec91300a7067f1967d6e757758f3da0a83fbb5c"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.13.3.tar.gz"
5+
sha256 "a9b65a8270dfd2d3d5009a94775227c1be1b13bab6110950681eb648a7de2512"
66
license "MIT"
77
head "https://github.com/astral-sh/ruff.git", branch: "main"
88

0 commit comments

Comments
 (0)