ruff 0.0.205

Closes #119498.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2023-01-01 03:56:23 +01:00 committed by BrewTestBot
parent 44521200f3
commit 9a0190016c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Ruff < Formula
desc "Extremely fast Python linter, written in Rust"
homepage "https://github.com/charliermarsh/ruff"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.204.tar.gz"
sha256 "515782f8b16f391e1dce3f36d1660301ef449a58510508a4c5eae942f4c8ce46"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.205.tar.gz"
sha256 "cdf64d2020a3695404f35fc7bd6ce53371ba6103e2c5522584af4bd8ce305f6b"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"