We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bef69 commit 94a1799Copy full SHA for 94a1799
Formula/r/ruff.rb
@@ -1,8 +1,8 @@
1
class Ruff < Formula
2
desc "Extremely fast Python linter, written in Rust"
3
homepage "https://docs.astral.sh/ruff/"
4
- url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.10.tar.gz"
5
- sha256 "c59405d873151adc5bfa60436ee277ecc33029ef10996795de132182a86c3398"
+ url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.11.tar.gz"
+ sha256 "fcd8fdd349559421494b653e53a2fc6441a35e51d2992af035c5e5c84e060702"
6
license "MIT"
7
head "https://github.com/astral-sh/ruff.git", branch: "main"
8
0 commit comments