Skip to content

Commit

Permalink
autopep8: migrate to [email protected]
Browse files Browse the repository at this point in the history
Closes #62245.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
fxcoudert committed Oct 7, 2020
1 parent 312f69f commit e35d960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/autopep8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Autopep8 < Formula
url "https://files.pythonhosted.org/packages/94/37/19bc53fd63fc1caaa15ddb695e32a5d6f6463b3de6b0922ba2a3cbb798c8/autopep8-1.5.4.tar.gz"
sha256 "d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094"
license "MIT"
revision 1

livecheck do
url :stable
Expand All @@ -18,7 +19,7 @@ class Autopep8 < Formula
sha256 "2f945061a8ad72875f385cf2420c4065791b4d9923ecc0bfe6e99218b2fc7f9c" => :high_sierra
end

depends_on "python@3.8"
depends_on "python@3.9"

resource "pycodestyle" do
url "https://files.pythonhosted.org/packages/bb/82/0df047a5347d607be504ad5faa255caa7919562962b934f9372b157e8a70/pycodestyle-2.6.0.tar.gz"
Expand Down

0 comments on commit e35d960

Please sign in to comment.