ruff 0.0.213
Closes #120002. Signed-off-by: Alexander Bayandin <alexander@bayandin.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
a0ca3e22c4
commit
92ea659ac5
|
@ -1,8 +1,8 @@
|
||||||
class Ruff < Formula
|
class Ruff < Formula
|
||||||
desc "Extremely fast Python linter, written in Rust"
|
desc "Extremely fast Python linter, written in Rust"
|
||||||
homepage "https://github.com/charliermarsh/ruff"
|
homepage "https://github.com/charliermarsh/ruff"
|
||||||
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.212.tar.gz"
|
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.213.tar.gz"
|
||||||
sha256 "7d58b5126feae497366240a29f306c9be00e706c743ed588a8c1207edffd225c"
|
sha256 "868744081c26775923986768c546d0f9e14c8e961fff6ef90557dd39e3983e7f"
|
||||||
license "MIT"
|
license "MIT"
|
||||||
head "https://github.com/charliermarsh/ruff.git", branch: "main"
|
head "https://github.com/charliermarsh/ruff.git", branch: "main"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue