From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway21.websitewelcome.com (gateway21.websitewelcome.com [192.185.45.95]) by sourceware.org (Postfix) with ESMTPS id 815903857817 for ; Mon, 17 May 2021 12:56:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 815903857817 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tom@tromey.com Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway21.websitewelcome.com (Postfix) with ESMTP id D00E6400C6ED1 for ; Mon, 17 May 2021 07:56:46 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id icnelXGLTDedficnellOMn; Mon, 17 May 2021 07:56:46 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=RpfmFchdMXEyTa1BbIDrliP6lSqPXib9X/EBFtEc1hQ=; b=wfUfIF0vGjUKPeSa0seTpEP1Nu 8qh1vhqgE8h4fTJyxKw5/pGRFD/Be8KfBMpOX+Ujv4Yq9voD7NEMjQV8nCuFx1UUm0q3xOQvXJbUt dvd/+0qjUybK0AezsHWRerfTa; Received: from 75-166-134-27.hlrn.qwest.net ([75.166.134.27]:41260 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1licne-000DYd-FU; Mon, 17 May 2021 06:56:46 -0600 From: Tom Tromey To: Simon Marchi via Gdb-patches Cc: Hannes Domani , Tom Tromey , Simon Marchi Subject: Re: [PATCH] gdb: re-format Python files using black 21.4b0 References: <20210427215017.1438119-1-simon.marchi@polymtl.ca> <87o8dvv9ot.fsf@tromey.com> <3d46715b-bd7e-b89e-8009-4765faea9248@polymtl.ca> <1870179738.1230655.1621089793175@mail.yahoo.com> X-Attribution: Tom Date: Mon, 17 May 2021 06:56:45 -0600 In-Reply-To: (Simon Marchi via Gdb-patches's message of "Sat, 15 May 2021 21:21:09 -0400") Message-ID: <87sg2l34du.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 75.166.134.27 X-Source-L: No X-Exim-ID: 1licne-000DYd-FU X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 75-166-134-27.hlrn.qwest.net (murgatroyd) [75.166.134.27]:41260 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-3026.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 12:56:49 -0000 >>>>> "Simon" == Simon Marchi via Gdb-patches writes: Simon> It's possible to add a gdb/pyproject.toml file to define some default Simon> options: Simon> [tool.black] Simon> include = "\\.py(\\.in)?$" I think adding this would be fine. Tom