From 33f3c6fc4ca8810cee4c517594be725a26eec70c Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 26 Jul 2026 13:49:26 +0200 Subject: pyouroboros: Use consistent format docstrings This is basically a clean up pass to make sure all docstrings are aligned. The copyright banners are replaced by SPDX statements. Also did a general clean up on the comments. Passes pylint. No structural changes. Signed-off-by: Dimitri Staessens --- pyproject.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9a9f8b6..d6f94c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2016 - 2026 Dimitri Staessens +# SPDX-License-Identifier: LGPL-2.1-only + [build-system] requires = ["setuptools>=64", "setuptools-scm>=8", "cffi>=1.0.0"] build-backend = "setuptools.build_meta" @@ -8,9 +11,7 @@ dynamic = ["version"] description = "Python API for Ouroboros" license = "LGPL-2.1-only" requires-python = ">=3.8" -authors = [ - { name = "Dimitri Staessens", email = "dimitri@ouroboros.rocks" } -] +authors = [{ name = "Dimitri Staessens", email = "dimitri@ouroboros.rocks" }] keywords = ["ouroboros", "IPC"] dependencies = ["cffi>=1.0.0"] @@ -23,8 +24,11 @@ packages = ["ouroboros"] [tool.setuptools_scm] [tool.pylint.main] -extension-pkg-allow-list = ["_ouroboros_dev_cffi", "_ouroboros_irm_cffi"] -ignored-modules = ["setuptools_scm", "_ouroboros_dev_cffi", "_ouroboros_irm_cffi"] +ignored-modules = [ + "setuptools_scm", + "_ouroboros_dev_cffi", + "_ouroboros_irm_cffi", +] [tool.pylint.format] max-line-length = 100 @@ -34,4 +38,3 @@ max-args = 10 max-positional-arguments = 10 max-attributes = 10 max-public-methods = 30 - -- cgit v1.2.3