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 e803a00 commit 637b08eCopy full SHA for 637b08e
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.11.tar.gz"
5
- sha256 "fcd8fdd349559421494b653e53a2fc6441a35e51d2992af035c5e5c84e060702"
+ url "https://github.com/astral-sh/ruff/archive/refs/tags/0.11.12.tar.gz"
+ sha256 "2ad90f833e177c3a0e81c0e3814e8b6571f0bc74dbdf7dc368ffcf6201ff142e"
6
license "MIT"
7
head "https://github.com/astral-sh/ruff.git", branch: "main"
8
0 commit comments