ruff 0.0.200

Closes #119373.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-12-30 02:08:48 +01:00 committed by BrewTestBot
parent 2fe5a1be51
commit 46428ed7cf
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.199.tar.gz"
sha256 "afacead52692f219e658dcfa393ce54476bf2d0dc400d45157c665a63b9d89b3"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.200.tar.gz"
sha256 "db6437c197e1e1700fed6d5b92fcf5a2d151a5b5c478f5211528fdbde89107e3"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"