Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruff 0.5.2 #177352

Merged
merged 2 commits into from
Jul 15, 2024
Merged

ruff 0.5.2 #177352

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ruff < Formula

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)

Check notice on line 1 in Formula/r/ruff.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for ruff from

:6c7ad59f467 (Merge 6a65b8f55b7fce762bf0709c94ca3dcf75c18799 into 2a8f8eaebe93eb915f3164c5ce5c0a2c9802a4c5, 2024-07-14)
desc "Extremely fast Python linter, written in Rust"
homepage "https://docs.astral.sh/ruff/"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.1.tar.gz"
sha256 "4e31c38d800601cb13349cb9c6b29cd0a37bb505e467abb4492a1ae255eb5a48"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.2.tar.gz"
sha256 "3cf0ada76f6b47dc4b2781db295bea25ed89deb178bfb73b0ed77543c486ca29"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

Expand Down
Loading