Message ID | 20241114145116.2123714-1-vfazio@xes-inc.com |
---|---|
Headers | show
Received: from mail.xes-mad.com (mail.xes-mad.com [162.248.234.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 38C64BA53 for <linux-gpio@vger.kernel.org>; Thu, 14 Nov 2024 14:51:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=162.248.234.2 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731595891; cv=none; b=kmE5RjUddwhiNecht4rub5VciaDELkBLj9UCdHhFfB0wZx9fWVrVxjPoSRqlCB8YmO+o2Fac3Y9CRAoqijOI934kInuWN00Bx9Og8SZ7zXu8JLanWHasUzI6uSVwV0eP3q2zbSUKBgM6lhlgNyKT4X+6/x1x4H2d48hvCtix1lI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731595891; c=relaxed/simple; bh=KWpAoiUkY287xIgWqyOmPKFAkjqL5BL2QtZSjkdhDCw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=INbw8Nx1rJ3dAM6nDS1npUx9NEGrd3Yu1Hhf4Cqj2E0iouW8BgLrNsE8ZUM4mam5DR8tv5H9u8zPyduM4NJrNyEjsJfjfA5pdr/v4N46DeqJ9BZ62iiS4GuMjmg9f0QVXnV/u8wnR9BvfUfg6OG8cesuFu5VnsZBiyjU9aXaK8M= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xes-inc.com; spf=pass smtp.mailfrom=xes-inc.com; dkim=pass (1024-bit key) header.d=xes-inc.com header.i=@xes-inc.com header.b=Kf+2mm9T; arc=none smtp.client-ip=162.248.234.2 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xes-inc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=xes-inc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=xes-inc.com header.i=@xes-inc.com header.b="Kf+2mm9T" Received: from vfazio4.xes-mad.com (vfazio4.xes-mad.com [10.52.19.201]) by mail.xes-mad.com (Postfix) with ESMTP id 310CF201EC; Thu, 14 Nov 2024 08:51:22 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xes-inc.com; s=mail; t=1731595882; bh=KWpAoiUkY287xIgWqyOmPKFAkjqL5BL2QtZSjkdhDCw=; h=From:To:Cc:Subject:Date:From; b=Kf+2mm9TeHX/mAsk0JvEG/mjx2sYwcyWzxPCMUpjmhCzhr8op0dJ5jnv0IfvVv+IH mMlfKPBlLTLFMOuL4pOJRAZK86d/KKU4rGjxD2vuEnxl8/84Uj6OeEhSjw/hy2YcWz ieFm04EDbuI4ge2n89vi8HhruWjgvVYnzel8OZDk= From: Vincent Fazio <vfazio@xes-inc.com> To: linux-gpio@vger.kernel.org Cc: vfazio@gmail.com, Vincent Fazio <vfazio@xes-inc.com> Subject: [libgpiod][PATCH v2 00/23] bindings: python: conform to mypy and ruff linter recommendations Date: Thu, 14 Nov 2024 08:50:53 -0600 Message-Id: <20241114145116.2123714-1-vfazio@xes-inc.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: <linux-gpio.vger.kernel.org> List-Subscribe: <mailto:linux-gpio+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-gpio+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
bindings: python: conform to mypy and ruff linter recommendations
|
expand
|