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
Porkepix 2023-01-07 12:38:18 +01:00 committed by BrewTestBot
parent a0ca3e22c4
commit 92ea659ac5
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.212.tar.gz"
sha256 "7d58b5126feae497366240a29f306c9be00e706c743ed588a8c1207edffd225c"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.213.tar.gz"
sha256 "868744081c26775923986768c546d0f9e14c8e961fff6ef90557dd39e3983e7f"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"