We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed00c94 commit fe4b63fCopy full SHA for fe4b63f
Formula/ruff.rb
@@ -1,9 +1,8 @@
1
class Ruff < Formula
2
desc "Extremely fast Python linter, written in Rust"
3
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"
+ url "https://github.com/charliermarsh/ruff/archive/refs/tags/v0.0.258.tar.gz"
+ sha256 "09d5f18fdfd096d3a1396e70bc0e267c5e79036a0dd21c631aab626c2b15ef1c"
7
license "MIT"
8
head "https://github.com/charliermarsh/ruff.git", branch: "main"
9
audit_exceptions/throttled_formulae.json
@@ -6,7 +6,6 @@
"gatsby-cli": 10,
"netlify-cli": 5,
"quicktype": 10,
- "ruff": 5,
10
"testkube": 5,
11
"vim": 50
12
}
0 commit comments