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 3477f1b commit d036439Copy full SHA for d036439
1 file changed
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.15.4.tar.gz"
5
- sha256 "dfe55be1f641b12cb2b9e7d2974afc1db56dc766d144a030accd9fcecbdbad59"
+ url "https://github.com/astral-sh/ruff/archive/refs/tags/0.15.5.tar.gz"
+ sha256 "248dece1157347eade855b663ef0eef4b1797e29779c2cce7fc769f51c05c298"
6
license "MIT"
7
head "https://github.com/astral-sh/ruff.git", branch: "main"
8
0 commit comments