pylint: revision bump for python@3.8
This commit is contained in:
parent
05fe200ca6
commit
6ceb360bf5
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Pylint < Formula
|
||||||
homepage "https://github.com/PyCQA/pylint"
|
homepage "https://github.com/PyCQA/pylint"
|
||||||
url "https://files.pythonhosted.org/packages/93/eb/851ab1d1ca6b37babd326dfa517b432963c54eda26c730353306aa0cdf4d/pylint-2.4.4.tar.gz"
|
url "https://files.pythonhosted.org/packages/93/eb/851ab1d1ca6b37babd326dfa517b432963c54eda26c730353306aa0cdf4d/pylint-2.4.4.tar.gz"
|
||||||
sha256 "3db5468ad013380e987410a8d6956226963aed94ecb5f9d3a28acca6d9ac36cd"
|
sha256 "3db5468ad013380e987410a8d6956226963aed94ecb5f9d3a28acca6d9ac36cd"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
@ -13,7 +14,7 @@ class Pylint < Formula
|
||||||
sha256 "420c9f77bef5437252fd291f4f182d269f3f67eb8168dbb65cebd18958a782b5" => :high_sierra
|
sha256 "420c9f77bef5437252fd291f4f182d269f3f67eb8168dbb65cebd18958a782b5" => :high_sierra
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "python"
|
depends_on "python@3.8"
|
||||||
|
|
||||||
resource "astroid" do
|
resource "astroid" do
|
||||||
url "https://files.pythonhosted.org/packages/40/df/70dfe3eed7352dd3f5c7cc74518ceed78230b2ca9d7d60dbabd81d5390ba/astroid-2.3.3.tar.gz"
|
url "https://files.pythonhosted.org/packages/40/df/70dfe3eed7352dd3f5c7cc74518ceed78230b2ca9d7d60dbabd81d5390ba/astroid-2.3.3.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue