From patchwork Thu Nov 3 13:29:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Juraj_Linke=C5=A1?= X-Patchwork-Id: 119433 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 61636A00C2; Thu, 3 Nov 2022 14:29:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7EA442D08; Thu, 3 Nov 2022 14:29:31 +0100 (CET) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by mails.dpdk.org (Postfix) with ESMTP id A4B7E42D03 for ; Thu, 3 Nov 2022 14:29:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id 8AD941B68F9; Thu, 3 Nov 2022 14:29:27 +0100 (CET) X-Virus-Scanned: amavisd-new at siecit.sk Received: from lb.pantheon.sk ([127.0.0.1]) by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmyEvnZzePLE; Thu, 3 Nov 2022 14:29:26 +0100 (CET) Received: from entguard.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id 8E9671B68DF; Thu, 3 Nov 2022 14:29:26 +0100 (CET) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: Cc: dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= Subject: [PATCH v1 0/2] python gitignore and line length Date: Thu, 3 Nov 2022 13:29:24 +0000 Message-Id: <20221103132926.445627-1-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 These two config options/preferences are relevant to DTS, but not only to DTS and need to be discussed separately, as they affect all Python code in DPDK. Juraj Linkeš (2): git: ignore standard python files doc: increase python max line to 88 .editorconfig | 2 +- .gitignore | 6 ++++-- doc/doc_build/meson-private/meson.lock | 0 doc/guides/contributing/coding_style.rst | 8 +++++++- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 doc/doc_build/meson-private/meson.lock