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 A546AA0507; Wed, 6 Apr 2022 15:08:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F89D40689; Wed, 6 Apr 2022 15:08:39 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id E8E6A4014F for ; Wed, 6 Apr 2022 15:08:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649250518; x=1680786518; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=QlB8+D0iU1auWIYT6+rRXLN/Ry7PeHdwisNDLE+URyM=; b=VOg8BLrYBG8xHaktxYeeh35Sarvj4AVDHiYB7cyptaPKDppShs0K4nZr lDdQFWwZK45X/yrM/zynHNXo1p9jWIg+rOX6ZCDgJbMdiZHtpgtEqKc1c P8O6COQtrL3Nl089AfAHPW2qvH+w3CWIqtDwkUpnW2Ui3Hnv+hOKcqzEg poCZn7r0NS5iF+nHCY5W+NOEcpmNxfqrKvio6YqeySMcV+bpdOByeIcFn kmx1zglv+982Qg/DzMq3eopSaLG33CZhHGimBa+c0czS4hDdg+jf42htE Ld/VGN+Jdy9VugbuPzPdC8xBDyIty/sX3FY7ycZlbrnstSPLwzIoo7LGz A==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="261215696" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="261215696" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 06:08:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="505721946" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 06 Apr 2022 06:08:35 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 6 Apr 2022 06:08:35 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Wed, 6 Apr 2022 06:08:35 -0700 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "juraj.linkes@pantheon.tech" Subject: RE: [PATCH] ci/pylama: Added pylama config file Thread-Topic: [PATCH] ci/pylama: Added pylama config file Thread-Index: AQHXj5ZfzeHb9zDjs06l4Uwzb9y9i6zkT5sw Date: Wed, 6 Apr 2022 13:08:35 +0000 Message-ID: <2cfb80d2b7e54d018a8443fc4cd0e82f@intel.com> References: <20210812162255.80127-1-ohilyard@iol.unh.edu> In-Reply-To: <20210812162255.80127-1-ohilyard@iol.unh.edu> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: ohilyard@iol.unh.edu > Sent: 2021=1B$BG/=1B(B8=1B$B7n=1B(B13=1B$BF|=1B(B 0:23 > To: dts@dpdk.org > Cc: Tu, Lijuan ; juraj.linkes@pantheon.tech; Owen Hi= lyard > > Subject: [PATCH] ci/pylama: Added pylama config file >=20 > From: Owen Hilyard >=20 > I ended up turning off most of the formatting-releated checks due to some > minor conflicts with black (black allows lines > 80 characters for instan= ce). This > produces a very substantial list of errors, some of which may need to be = simply > disabled instead of being fixed due to architectural reasons. >=20 > Signed-off-by: Owen Hilyard Applied