Skip to content

Commit d2cc20f

Browse files
committed
pylint 3.3.9
1 parent ac7c2b6 commit d2cc20f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/p/pylint.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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
@@ -34,8 +34,8 @@ class Pylint < Formula
3434
end
3535

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

4141
resource "mccabe" do

0 commit comments

Comments
 (0)