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 efda086 commit 5b57fc5Copy full SHA for 5b57fc5
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.8.6.tar.gz"
5
- sha256 "b92fa663b58089325bd0bd0d3732388adf7b9602beef54a24f0e7d9244c665a9"
+ url "https://github.com/astral-sh/ruff/archive/refs/tags/0.9.0.tar.gz"
+ sha256 "392a9e5bf717731bbf48e29174cb0e9e96c45c7037d0b54ded69a1ef867e41a8"
6
license "MIT"
7
head "https://github.com/astral-sh/ruff.git", branch: "main"
8
0 commit comments