Skip to content

Commit 7816850

Browse files
authored
Merge pull request #224564 from Homebrew/bump-reorder-python-imports-3.15.0
reorder-python-imports 3.15.0
2 parents 85fd869 + 4aeeff3 commit 7816850

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,6 +3108,7 @@ remarshal
31083108
remind
31093109
render
31103110
renovate
3111+
reorder-python-imports
31113112
replxx
31123113
repo
31133114
repomix

Formula/r/reorder-python-imports.rb

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

44
desc "Rewrites source to reorder python imports"
55
homepage "https://github.com/asottile/reorder-python-imports"
6-
url "https://files.pythonhosted.org/packages/ee/f3/b49e0e59cfd7c7580e20148d6dd8e39563918f4147e9a8de15d6529133a6/reorder_python_imports-3.14.0.tar.gz"
7-
sha256 "5fc3aea31cdd9dcf9de381c79bf14a03c1e3f792450e35b48325c56599b9e039"
6+
url "https://files.pythonhosted.org/packages/74/37/3bbc2ca9e90dcc4d22b210cc1cb9f8871696d62641f539b9ed043999118b/reorder_python_imports-3.15.0.tar.gz"
7+
sha256 "c9a5d6027213a0b76ba42f13d16224de98cfe100b9f959e617c5a1576360fb90"
88
license "MIT"
99
head "https://github.com/asottile/reorder-python-imports.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "996295cdcb8ea1816cdfc2c4154773b5a06f44d94d2ac20c11475ec39fb22b08"
12+
sha256 cellar: :any_skip_relocation, all: "60a5c4874fe039ea50a85d1cb5ca3eb465220be116ebb63de2d0025874961d53"
1313
end
1414

1515
depends_on "[email protected]"

0 commit comments

Comments
 (0)