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. """