Skip to content

Commit fe4b63f

Browse files
Porkepixchenrui333
authored andcommitted
ruff 0.0.258
Signed-off-by: Rui Chen <[email protected]>
1 parent ed00c94 commit fe4b63f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Formula/ruff.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
class Ruff < Formula
22
desc "Extremely fast Python linter, written in Rust"
33
homepage "https://github.com/charliermarsh/ruff"
4-
# ruff should only be updated every 5 releases on multiples of 5
5-
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.255.tar.gz"
6-
sha256 "2a9b4e1f9d3876162d53e2a853c0299068dd56eddd2e0cbaa44a8f2fb1788a35"
4+
url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.258.tar.gz"
5+
sha256 "09d5f18fdfd096d3a1396e70bc0e267c5e79036a0dd21c631aab626c2b15ef1c"
76
license "MIT"
87
head "https://github.com/charliermarsh/ruff.git", branch: "main"
98

audit_exceptions/throttled_formulae.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"gatsby-cli": 10,
77
"netlify-cli": 5,
88
"quicktype": 10,
9-
"ruff": 5,
109
"testkube": 5,
1110
"vim": 50
1211
}

0 commit comments

Comments
 (0)