Skip to content

Commit 551aad2

Browse files
authored
Merge pull request #246975 from Homebrew/bump-pylint-3.3.9
pylint 3.3.9
2 parents f0c3017 + 311a37a commit 551aad2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Formula/p/pylint.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ class Pylint < Formula
33

44
desc "It's not just a linter that annoys you!"
55
homepage "https://github.com/pylint-dev/pylint"
6-
url "https://files.pythonhosted.org/packages/9d/58/1f614a84d3295c542e9f6e2c764533eea3f318f4592dc1ea06c797114767/pylint-3.3.8.tar.gz"
7-
sha256 "26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"
6+
url "https://files.pythonhosted.org/packages/04/9d/81c84a312d1fa8133b0db0c76148542a98349298a01747ab122f9314b04e/pylint-3.3.9.tar.gz"
7+
sha256 "d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"
88
license "GPL-2.0-or-later"
99

1010
bottle do
11-
rebuild 1
12-
sha256 cellar: :any_skip_relocation, all: "d4ddb8cfcd18ad93fe22e7f0fb7d3d77dcda84e6f3c2728463caa7f494e51f21"
11+
sha256 cellar: :any_skip_relocation, all: "b070034ff24d4b5255057159962530ca8e479af3f8ad14a76aae7e763266b409"
1312
end
1413

1514
depends_on "[email protected]"
@@ -34,8 +33,8 @@ class Pylint < Formula
3433
end
3534

3635
resource "isort" do
37-
url "https://files.pythonhosted.org/packages/b8/21/1e2a441f74a653a144224d7d21afe8f4169e6c7c20bb13aec3a2dc3815e0/isort-6.0.1.tar.gz"
38-
sha256 "1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"
36+
url "https://files.pythonhosted.org/packages/1e/82/fa43935523efdfcce6abbae9da7f372b627b27142c3419fcf13bf5b0c397/isort-6.1.0.tar.gz"
37+
sha256 "9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"
3938
end
4039

4140
resource "mccabe" do

0 commit comments

Comments
 (0)