ruff 0.0.157

Closes #117331.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-12-05 02:37:32 +01:00 committed by BrewTestBot
parent efc8901b40
commit d71da88057
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.153.tar.gz"
sha256 "2abc4df21ee5f161fce09f28b63d16506521310617e6b2ee678d34f75ccab040"
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.157.tar.gz"
sha256 "c20b076b43f2f0c8c74ee0cdbeebfbd9b7095963ab8a108ef7f5ed01569c4c56"
license "MIT"
head "https://github.com/charliermarsh/ruff.git", branch: "main"