From b374b2525d2eb8998581b7b0c47d1fd3ac3c01a6 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Thu, 14 May 2026 16:15:48 +0200 Subject: [PATCH] Stabilize generated plugin list formatting --- scripts/update_plugin_list.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/update_plugin_list.py b/scripts/update_plugin_list.py index 8e6eb970..7737a366 100644 --- a/scripts/update_plugin_list.py +++ b/scripts/update_plugin_list.py @@ -27,6 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE. """ +# ruff: noqa: E501 from __future__ import annotations @@ -49,13 +50,13 @@ !!! warning - Please be aware that this list is not a curated collection of projects and does - not undergo a systematic review process. It serves purely as an informational - resource to aid in the discovery of `pytask` plugins. + Please be aware that this list is not a curated collection of projects and does not + undergo a systematic review process. It serves purely as an informational resource to + aid in the discovery of `pytask` plugins. - Do not presume any endorsement from the `pytask` project or its developers, and - always conduct your own quality assessment before incorporating any of these - plugins into your own projects. + Do not presume any endorsement from the `pytask` project or its developers, and always + conduct your own quality assessment before incorporating any of these plugins into your + own projects. """