From patchwork Fri Aug 30 12:52:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 21079 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 8D962C323E for ; Fri, 30 Aug 2024 12:53:22 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5209763466; Fri, 30 Aug 2024 14:53:21 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="vn/WlLu0"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7C0C561E4A for ; Fri, 30 Aug 2024 14:53:19 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:cdac:b850:c793:ea45]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4BEDC227; Fri, 30 Aug 2024 14:52:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1725022330; bh=ZHbB6iliO6xDUaj8m4aEr+cmJM1nhRK3rj6PMZGOkrA=; h=From:To:Cc:Subject:Date:From; b=vn/WlLu0InAmiE09yR0P8PoeqrujITuSbP4Nq8LoujOAKuUQ/QQ8qslPnHWitJW0L kgYu3Lba24cqDA+irIBftoM9No7m/4wn40U05p591SduCLxHj7E/t7fxTQti/42RBf dUY9qK9Eezz0rMAU9UpwInkjgtA/bh3FT79uUCLE= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH 0/3] Python improvements to checkstyle.py Date: Fri, 30 Aug 2024 14:52:57 +0200 Message-ID: <20240830125311.1702053-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi all, this series improves error reporting for python in checkstyle. It also adds python formatting support. Please see the individual patches for details. Best regards, Stefan Stefan Klug (3): utils: checkstyle: Remove leading colon from pycodestyle messages utils: checkstye: Show issue position for python issues utils: checkstyle: Add a python formatter utils/checkstyle.py | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-)