Skip to content

Commit e3429a9

Browse files
committed
ruff 0.7.3
1 parent 17deefb commit e3429a9

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.7.2.tar.gz"
5-
sha256 "e678307f10bd316f4bc8f0ca7419646e04be25b387f1ff84ea4470d482e240ba"
4+
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.7.3.tar.gz"
5+
sha256 "6b2aa675bb50124f636bda2c671f3394a8cfc7bf32d2fce63f852f7d43ce4810"
66
license "MIT"
77
head "https://github.com/astral-sh/ruff.git", branch: "main"
88

0 commit comments

Comments
 (0)