From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77D27440F4; Tue, 28 May 2024 14:05:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE100402E4; Tue, 28 May 2024 14:05:29 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 7A02F4025C for ; Tue, 28 May 2024 14:05:28 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 289D0339; Tue, 28 May 2024 05:05:52 -0700 (PDT) Received: from [10.57.68.52] (unknown [10.57.68.52]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2B3C83F641; Tue, 28 May 2024 05:05:27 -0700 (PDT) Message-ID: <4d319728-b451-449d-b70e-1ea17be825c7@arm.com> Date: Tue, 28 May 2024 13:05:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/2] dts: update mypy and clean up Content-Language: en-GB To: Patrick Robb Cc: dev@dpdk.org, =?UTF-8?Q?Juraj_Linke=C5=A1?= , Jeremy Spewock References: <20240509105704.1162449-1-luca.vizzarro@arm.com> <20240514113446.1948050-1-luca.vizzarro@arm.com> From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 24/05/2024 17:17, Patrick Robb wrote: > Luca, I assume what you had in mind was we will run > dts-check-format.sh, so including isort and pylama, as opposed to just > mypy? Thanks. I originally thought of mypy only, Juraj suggested the dts-check-format. I guess it is a good suggestion, and we should go with that.