From commits-return-2967-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Thu Aug 1 15:07:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B753F180644 for ; Thu, 1 Aug 2019 17:07:02 +0200 (CEST) Received: (qmail 22599 invoked by uid 500); 1 Aug 2019 15:07:02 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 22590 invoked by uid 99); 1 Aug 2019 15:07:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 15:07:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 04856816C1; Thu, 1 Aug 2019 15:06:57 +0000 (UTC) Date: Thu, 01 Aug 2019 15:06:56 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Use python3 for black to support py>=3.6 (#7964) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156467201633.6772.10401842272585337860@gitbox.apache.org> From: villebro@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a09f2583790723cd9cf6e01cd23154ace49e21ab X-Git-Newrev: 1f121183fb41a7218f0c7f8bf71496653fcc66f4 X-Git-Rev: 1f121183fb41a7218f0c7f8bf71496653fcc66f4 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. villebro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 1f12118 Use python3 for black to support py>=3.6 (#7964) 1f12118 is described below commit 1f121183fb41a7218f0c7f8bf71496653fcc66f4 Author: Ville Brofeldt <33317356+villebro@users.noreply.github.com> AuthorDate: Thu Aug 1 18:06:43 2019 +0300 Use python3 for black to support py>=3.6 (#7964) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5edccd7..eec9e13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: rev: stable hooks: - id: black - language_version: python3.6 + language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.2.3